Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 1.20 Support

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

+ Added: [Suggestion] [#2004] Execute menu item command as console
https://github.com/Angeschossen/General/wiki/GUI-Menus#execute-command-as-console

- Fixed: [#2016] Able to declare at allies already in a war
+ Added: [Suggestion] Separate points for capture block breaking and explosion
Code (Text):
# Capture block points
capture-block:
# Get x points, if you capture a capture block.
capture: 5
# Get x points, if you break a capture block of the enemy.
break: 3
# Get x points, if you explode a capture block of the enemy.
explode: 5

- Fixed: [#2027] /lands menu here opening menu for owner instead of executor
- Fixed: Sorting context not found: ratio_kd and ratio_wl. Use ration-dk and ratio-wl instead.
- Fixed: [#2001] per world numbered permissions not updating on world change in cache
- Fixed: eco-format not applied to two messages related to rental
+ Added: [Suggestion] [#2014] Make /lands merge cost equal to claiming a selection of chunks
+ Added: [Suggestion] Automatically claim when selection complete and player has no lands (no own or trusted)
+ Added: [Suggestion] Send message to tenant if he gets removed.
+ Added: [Suggestion] Option to override /view radius
# Set the view distance in chunks.
# 0 = your server's view distance
chunk-radius: 0

+ Improved: Default complete selection title
- Fixed: Wrong flag for hitting piglins
+ Added: [Suggestion] Being able to collect taxes, upkeep etc. in a fixed interval (every 24 hours)

YAML:
# General options for economic tasks, that apply to taxes, upkeep and nation upkeep.
# Each task has it's own section, in this file and nations.yml, with specified options.
economic:
# Default configuration: taxes, upkeep and nation upkeep are collected every day at midnight.
interval:
# Collect taxes, upkeep and nation upkeep at midnight.
# Format: 24 hour format.
time: '24:00:00'
# Set amount of days between each payment.
# 1 doesn't have any effect. 2 would make it execute every second day at "time" (specified above).
days_2: 1
# Set the minimum time between a player's attempt to change the tax or upkeep and the next collection.
change-cooldown_time: 12h

+ Changed: Set claimblock of to the player that unclaimed them
- Fixed: Nation not deleting when failing upkeep
-Fixed: Startup error
+ Added: Support for new items and blocks
+ Added: Support for new entity types
Top Bottom