IMPORTANT:
You will need to perform the following before starting server with new update
- On bukkit, delete ./plugins/GriefDefender/lang
- On sponge, delete ./config/GriefDefender/lang
Note: If you heavily customized your lang file then generate a fresh file on a test server to copy new entries into custom one.
This is a stability update addressing a few bugs and adding a few QoL additions.
Improved WorldEdit Command
/gdwe claim|clear|select [identifier]
/gd worldedit claim|clear|select [identifier]
Subcommands
claim - creates GD claim from WE selection
clear - clears worldedit selection
select [identifier] - creates new WE selection from GD claim.
Changelog
Code (Text):
* Improve worldedit claim handling.
- Add new command /gdwe claim|clear|select [identifier]
- Fix WE claim creation bypassing various claim checks.
* Improve default welcome message handling.
- Do not show default welcome message traveling between claims if same owner.
- Do not show default welcome message if player is owner of claim.
* Fix subdivisions within admin claims not defaulting to admin owner.
* Fix /claimtool not disabling action bar message when toggled off.
* Fix option lookup using wrong context for subdivisions.
* Fix all claims saving during server startup.
* Invalidate claim permission cache when trust changes.
* Update to latest GD API.
* (Sponge) Fix debug log spam.
* (Sponge) Fix world/dim folders still being created in uppercase.
* (Sponge) Move library initialization to GameConstructionEvent. (Might see slightly longer startup time)