+ Changed: Deny entity interaction while in selection mode
- Fixed: Default locale for tnt griefing flag
+ Added: /lands admin land <land or *> removespawn
- Fixed: Fly counter task error
- Fixed: Auto spawn creation
- Fixed: Creepers not exploding
- Fixed: Flags that aren't managed by nation kept reseting randomly
- Fixed: Invalid material for some player skins
- Fixed: Players were able to move their own items into GUI if menu had icon item
Lands now requires Java 21 or newer.
+ Added: Support for Nexo items, blocks and furniture
You can use them in the GUI, for the mainblock and tools etc. for every item or block in Lands
How to use them: https://wiki.incredibleplugins.com/general/menus/gui-menus#nexo-custom-items-blocks-and-furniture
+ Changed: /lands trust <player> no longer trusts a player to all subareas unless specified via the area parameter: /lands trust <player> <area or * for all subareas>
The same applies to untrust, ban, unban, setrole
- Fixed: Some checks enforcing relation limits
- Fixed: Some issues regarding the relations API
- Fixed: Vehicle use flag minor issue
+ Changed: Prevent explosions at prime stage
- Fixed: Inbox message not broadcasted to everyone
+ Added: Bedrock forms for banned players
- Fixed: Missing claimblock_claim item GUI
- Fixed: Land storage should be disabled when using Redis
- Fixed: Essentials invsee causing issues with container protection on Folia
+ Added: You can now disable claiming for regular players in specific worlds, while still being able to create admin lands as a server admin.
YAML:# Worlds where players should be able to claim. You can add all worlds by adding * to the list. # You can also set optional parameters such as, if claiming should be enabled for regular players without admin perms (permission: lands.admin.disabled-features) # and the minimum and maximum claim height. The format is a follows: <worldname>:<claiming>:<min-height>:<max-height> # NOTE: Minimum height can't be lower than your server's min height and maximum height can't be higher than your servers maximum height. The claim height of admin lands will always be maxed out. # NOTE: This setting requires server reload / restart. # Examples: # 'world' -> This results in the max claim height and claiming enabled for players. # 'world:true:30:319' -> This results in a claim height of 30 to 319 and claiming enabled for players. # 'world:false' -> Only server admins can claim in this world to create admin lands etc. claim-worlds_list: - 'world'