Skip to content

2.9.0 - Full 1.17 support, chunk snapping, and much more!

Compare
Choose a tag to compare
@espidev espidev released this 04 Nov 04:07
· 68 commits to master since this release

This build is only compatible with 1.17+/Java 16+!

Starting with this release, the minimum version needed will be Minecraft 1.17 in order to add support for newer Minecraft features. Support for versions 1.13-1.16 has been dropped.

New Features:

1.17 Support

Support for negative-y values has been added into the plugin. Older regions will be automatically updated in order to cover negative-y values.

Added block chunk snapping

Added the chunk_radius block option, a new way of claiming regions. This replaces the classic x_radius and z_radius options if specified, and allows players to claim based on chunk boundaries instead of simply distance from the protection block. Players can claim in a much neater way, and not have to worry about messy overlapping issues.

Members by default can now /ps home to regions they belong to

Added the config option allow_home_teleport_for_members (on by default), which allows members of regions to use /ps home to teleport to the region.

Other changes:

  • Added adjacent region checking for merging regions (regions next to each other can merge, don't have to overlap)
  • Added new placeholders for accessing region names
  • Added /ps admin cleanup preview (and removed /ps admin cleanup disown)
  • Add playerlist tab autocomplete for /ps list
  • Added protectionstones.view.others permission
  • /ps help now ignores blank lines
  • Added helpful warning and error messages for block config flags
  • Removed x_offset, y_offset and z_offset, as they fundamentally don't work