IMPORTANT:
You will need to perform the following before starting server with new update
- delete ./GriefDefender/lang
New lang entries
Code (Text):
claim-gui="Used to toggle between Chat and Inventory GUI modes."
command-claimgui-chat="&aChat GUI enabled."
command-claimgui-inventory="&aInventory GUI enabled."
This is a stability and performance update addressing various issues in 2.1.1 release.
Changelog
Code (Text):
* Fix claims loading very slow at startup when using DB storage.
* Fix various commands not supporting bedrock usernames.
* Fix flag definition command not checking for flag permission.
* Fix inventory GUI trust player not working.
* Fix GP DB migrator not setting correct bonus blocks.
* Fix NPE in trustlist inventory GUI.
* Fix farewell set not working in chat and inventory GUI.
* Fix claiminfo details message in inventory GUI.
* Fix ender-crystal flag definition.
* Fix town conversion rolling back on restart.
* Fix claimoptions not working within town.
* Fix claimoption GUI not working properly in town/wilderness.
Note: Adjusting options in GUI within town or wilderness will now automatically apply to basic claims.
* (MC 1.12.2) Fix NoClassDefFoundError during ExplosionPrimeEvent.
* Add /claimgui to toggle between Chat and Inventory GUI.
* Add new perm griefdefender.login.inventory-gui to force inventory GUI to be enabled on login.
* Add support for claim inspection to search nearby claims when targeting ground block.
* Add entity-spawn optimization settings for wilderness.
Note: Most entity spawns in wilderness will now be ignored by default. If you need to control spawns in wilderness, disable optimizations.
* (Hybrid) Add support for mod world folder locations when saving chunk tracking data.
* (Bukkit) Add BlockDropItemEvent support.
Note: This is only supported on MC versions 1.13.2+
* Change permission griefdefender.user.gui.inventory to griefdefender.login.inventory-gui
Note: Chat GUI will be default unless overridden by login perm.
* Require manager trust to alter claim info data.
* Improve claim cleanup task performance.
* Improve '/gdconfirm' performance.