Improved ClaimFly Flag: Changed the implementation to use an active listener for better performance and reliability.
Fixed: Floodgate won't load when used with Velocity or BungeeCord. causing the plugin to be stuck on loop
🛠 Tweaked: Bedrock player detection in the absence of Geyser.
Added support for 1.20.6: Fixed anvil GUI not working on Minecraft version 1.20.6.
Added new options in the configuration to change the default sorting of the trust player GUI and parameter sorting.
Fixed: Error during initialization DataSection: Menu title is null in ClaimDelete_EN.yml. This only happens on first time loading the plugin
Fixed: Claim entry message will be shown on the wrong claim where claim entry message is not enabled. This occurred when two claims were side by side, as reported by Wesley Jr. (Zard).
Update on 1.20.6 Support: You can now use the GUI on Minecraft version 1.20.6. However, the anvil GUI will not work for now; this is currently being addressed.
-Note: Support for 1.20.6 is currently being worked on and will be added as soon as possible.
Fixed an issue where using Spigot would cause the plugin not to load.
Updated
claimupgrade.ymlto version 1.4, fixing some flags that were unable to be disabled.Fixed the claim warp flag not being able to be activated.
Fixed a ClassNotFoundException when using NoMobCropTrample or NoPlayerCropTrample.
Fixed an issue where the ClaimEntryNotification and ClaimExitNotification flags would send messages to all online players if the claim's trusted players were null.
Improved the claim fly flag by adding enabled and disabled messages. Additionally, players will now retain their fly status if they log out while flying in a claim and regain it upon rejoining.
Added an option in the configuration to change the default claim list sorting.
Fixed admin claims showing the owner to any players with admin permission. Now it will display as ADMINISTRATOR.
YAML:# For backward compatibility: If the language file or GUI files exist without the corresponding tag already present in the server, they will be loaded as is, and the tag below will be ignored. For instance, if a file named "language.yml" exists, it will not be converted to "language_en.yml". language: ENYAML:experimental: # This feature is highly experimental and can break stuff. Only use it for testing or providing feedback. bedrock_gui_support: false
Resolved class cast exception occurring with NoMobCropTrample or NoPlayerCropTrample.
