Skip to content

Releases: T14D3/Zones

Development Build

05 Jan 19:18
80423b4

Choose a tag to compare

Development Build Pre-release
Pre-release

Commits

  • 80423b4: Fix fabric, publishing stuff (T14D3) #13

0.2.2

10 Mar 17:14
78a64dd

Choose a tag to compare

What's Changed

  • Fabric Support by @T14D3 in #12
    • Still experimental, please report any issues you encounter here
  • Performance Improvements
  • Better config handling
  • Improved particle visuals
  • Minor bugfixes

Full Changelog: 0.2.1...0.2.2

Additional Storage options

19 Feb 15:52
f9f18f8

Choose a tag to compare

What's Changed

  • Move commands to CommandAPI by @T14D3 in #10
    • Improves UI/UX, but mainly just means the code is no longer a complete mess
  • More storage options by @T14D3 in #11
    • Adds (experimental) Database support for storing regions in one of the following options (previously just YAML):
      • YAML
      • MySQL
      • SQLite
      • PostgreSQL
      • H2
      • Other, requires custom connection string
    • Includes command for migrating between different types
  • Config auto-updating
    • Automatically adds missing config options to your config!
  • Improved plugin startup speed
    • Reduces server/plugin startup time by ~5 seconds (depending on exact hardware)

Full Changelog: 0.2.0...0.2.1

0.2.0: Add universal to tabcomplete suggestions

17 Feb 13:45
8de975d

Choose a tag to compare

What's Changed

  • Universal/Player-independent flags by @T14D3 in #9

  • Massively increased speed of locational region lookups/queries

  • Improved memory footprint of some objects

  • More configuration for caching behavior

  • Introduces "universal" flags - flags not bound to a specific player, but rather universally per region

    • Examples:
      • Explosion behaviour
      • Mob spawning
      • Fire/grass/etc spreading
      • ...and more
  • Ability for external sources to register custom flags

Full Changelog: 0.1.9...0.2.0

0.1.9

19 Jan 10:06
588404e

Choose a tag to compare

What's Changed

  • Region priority by @T14D3 in #8
  • /zone find command for easy region name display
  • Multiple bugfixes

Full Changelog: 0.1.8...0.1.9

0.1.8

17 Jan 15:56
cced0ee

Choose a tag to compare

What's Changed

  • Improved accuracy of the particle visualizer, and add a config toggle
  • Added command toggle between 2D and 3D Zone creation
  • Multiple bugfixes

Full Changelog: 0.1.7...0.1.8

0.1.7

16 Jan 14:42
a4c6e1b

Choose a tag to compare

What's Changed

  • Add WorldGuard region importing by @T14D3 in #5
  • Massive performance improvements for Tabcompletions

Full Changelog: 0.1.6...0.1.7

0.1.6

16 Jan 10:35
41d6002

Choose a tag to compare

What's Changed

  • Move command handling to Brigadier by @T14D3 in #7
  • Convert to Paper-Plugin by @T14D3 in #7
  • Minor performance improvements

Full Changelog: 0.1.5...0.1.6

0.1.5

13 Jan 17:09
22d98c1

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

Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4