Skip to content

Releases: T14D3/Zones

Development Build

15 Jan 21:00
5702861
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 7bc59ee: [ci skip] init (T14D3)
  • 42b8b19: Only show relevant suggestions (T14D3)
  • 4dd434e: More work on brigadier command stuff, change group prefix to "+" (T14D3)
  • fe78e3c: Even more work, technically functional now (T14D3)
  • d009903: Improve readability (hopefully), re-add permissions (T14D3)
  • Added missing subcommands (T14D3)
  • 5702861: Improve rename (T14D3)

0.1.5

13 Jan 17:09
22d98c1
Compare
Choose a tag to compare

What's Changed

  • Initial member permission group support by @T14D3 in #6
    • Allows grouping of region permissions for easier management.
    • Example:
      • /zone set <key> :group-testgroup BREAK true !GRASS_BLOCK Will create a group named "testgroup" with the given permissions
      • /zone set <key> ExamplePlayer group testgroup Will set the player "ExamplePlayer" to inherit all permissions given to the "testgroup" group. Explicitly set permissions of the player take priority over inherited ones!
  • Greatly improved Tabcompletions on the /zone set command, now including existing group names as well as currently set permissions as a reference.

If you have an idea for a feature you'd like to see added/improved, feel free to open an Issue on GitHub!

Full Changelog: 0.1.4...0.1.5

Release 0.1.4

09 Jan 17:05
3062f2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

07 Jan 22:20
2649327
Compare
Choose a tag to compare

Full Changelog: v0.1.2...0.1.3

Release mainly to address some artifact/package issues

Release 0.1.2

06 Jan 13:28
6cdd408
Compare
Choose a tag to compare

What's Changed

Plugin should be decently functional now, but might include breaking changes in the near future still.

Full Changelog: v1.0...v.0.1.2

v1.0

31 Dec 09:24
0dc3b9f
Compare
Choose a tag to compare

Initial release