MC 1.19.1 Support
This release adds support for Minecraft 1.19.1 servers.
New Flag Definition Setting
Flag definitions now support a new setting 'owner-mode' which determines if the flag should be displayed under the 'OWNER' section of flag GUI.
Changelog
Code (Text):
* Fix entity-damage-monster-other optimization affecting players.
* Fix user tracking when spawning monsters via command or spawn eggs.
* Fix clan trust not syncing on MultiPaper servers.
* Fix claimlist in inventory GUI not working outside of claim.
* Fix /claimflagdefinition permission check.
* Fix wrong permission displayed in flag preset comments.
* Fix contexts not being applied with claim option command.
* Fix claim title not showing if only subtitle was set.
* Fix CME in FlagRegistryModule getById.
* Fix `turtle-egg-hatch` definition
* Fix wither skulls not being allowed to explode by default.
* Fix tadpoles not being able to be transformed in user claims.
* Fix vine-growth flag definition using wrong flag.
Note: Change block-growth to block-spread or reset minecraft.conf preset.
* Invalidate player event cache on permission change and /gdreload.
* Don't track users during block spreads unless its fire.
* Attempt to fix gddebug displaying wrong data.
* Add claim group UUID to claim info details.
* Add new owner-mode flag definition setting which controls whether a definition supports toggling owner/trusted.
Note: The minecraft.conf preset will need to be regenerated for default values.
* Add wilderness-liquid-flow optimization setting.
Note: By default, GD ignores liquid-flow in wilderness to improve performance. If you want to deny liquid flow in wilderness then set this setting to false in global.conf
* Add 'teleports-use-block-event' claim setting to control whether teleports should be affected by enter/exit claim flags.
* (Sponge8) Fix NPE during world registration for certain mods.