Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support

MC Plugin Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support 8.0.0
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

- Feature: Option to toggle chunk unclaim at player leaving land
YAML:
  # Should chunks be unclaimed if the player that claimed them leaves the land and the landowner is not allowed to claim any more chunks (player_chunks limit from player-limits.yml)?
  leave-unclaim: false
- Fix: Swallowed exceptions at retrieving offline players and their limits
- Fix: Error at chunk unclaim via map (race condition)
- Fix: Automatically display reward points for capture flags as 0 if capture flags are disabled
  • Like
Reactions: WIGGYTON
- Feature: You can now modify the progress bars that are displayed in various places of the UI
YAML:
  # Customize progress bars that are displayed in various placed of the UI.
  progress:
    symbol:
     # The symbol to display.
      symbol: "|"
      # 100% equals x symbols
      amount_5: 50
    color:
     # Color used for completed part.
      completed: "#00e617"
      # Color used for uncompleted part.
      uncompleted: "#4a4a4a"
- Feature: Players can now use values such as "1k" to withdraw $1000 or 1.5k to withdraw $1500. Same goes for /lands deposit.
- Fix: LandBankBalanceChangedEvent not being triggered by upkeep collection
- Fix: PlaceholderAPI placeholder %lands_land_chunks% not including chunks claimed on other servers connected via Redis
- Feature: {allies} and {enemies} placeholder for BlueMap (dynmap etc.) land description
- Fix: Claimblocks weren't being refunded in recent versions
- Fix: Error while parsing inbox messages due to non-thread safe SimpleDateFormat. SimpleDateFormat has now been replaced by the newer DateTimeFormatter
- Fix: When using Redis chat messages from players on other servers are being sent with their real name and not the display name
- Fix: Error at parsing Redis object is element is JsonNull
- Fix: Error at entity explosion event if projectile source was block but not persistent data holder
- Fix: Wind charge launched via dispenser at player directly is wrongfully denied
- Fix: not being able to transfer ownership to another player despite them having enough limit
- Fix: when a player left the land, their chunks were unclaim despite owner having enough limit to take the ownership
- Fix: projectile actions being denied in recent versions because of redstone mechanism change
- Fix: Legacy numbered permissions not being taking into account in the menu.
Please note that numbered permissions are no longer supported and will be removed in the future.
- Fix: Error at /lands admin reload while legacy numbered permissions are used
+ Added: Minecraft 26.x support
- Fix: playtime rewards max parameter not working as expected
- Fix: /lands setowner - not taking all limit modifier values into account
+ Changed: Automatically "execute" /lands admin limits refresh, if the player-limits.yml file changed when executing /lands admin reload
- Fixed: events.yml not accepting multiple condition entries
- Fixed: In some cases trusted players were not untrusted from the land at the expiration task, even if they were offline long enough
- Fixed: InventoryOpenEvent throwing error on Spigot
Top Bottom