
Lands - Land claim plugin 7.15.6
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
- Fixed: Error message not displaying correctly when trying to delete role in bedrock menu
- Fixed: Toggle error message when missing perm for flag in bedrock menu
+ Added: Minecraft 1.21 support
- Fixed: Spawn cost sent to bank not saving
- Fixed: Players were able to confirm teleports despite having moved. also unsafe teleport destinations will expire in 30 seconds
- Fixed: Issue with redis topics in rare cases
- Fixed: Loading stats with redis in specific cases
+ Added: Option to define who should pay spawn teleport fee:
pay:
# Should untrusted players pay the teleport costs?
untrusted: false
# Should trusted players pay the teleport costs?
trusted: true
- Fixed: Potion effects not adding or removing correctly
- Fixed: Claim initial world option
- Fixed: Dont allow trusting players in areas you don't have player_trust flag
+ Added: Sync claim limits from other servers (if not using multipaper)
+ Added: Support for Nova
- Fixed: Allies count in menu
- Fixed: Dynmap nation players count display
Please read the complete changelog.
+ Changed how the following commands work:
- /lands trust
- /lands untrust
- /lands setrole
- /lands ban
- /lands unban
When no <area> argument is provided, the command is executed for the whole land instead of just the default area.
+ Changed: /lands leave now removes the player from the whole land, if the "here" argument isn't provided
+ Added: You can now configure two different chunk distance options for buffer zones between lands.
If you had an existing configuration, you need to re-configure it.
# Set the minimum distance in chunks (16 blocks).
# Players can bypass this restriction, if their role has the LAND_CLAIM_BORDER flag in the neighboring land.
chunk-distance:
# Set the minimum distance in chunks (16 blocks) between two lands that aren't part of any nation.
land_2: 1
# Set the minimum distance between a land and a nation or two nations.
nation: 3
- Fixed: Tenant UUID if sold
+ Improved: Order in which lands looks for chunk-distance option nearby lands at claiming
+ Improved: Delay tp failure message on redis upon server join