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.4
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

+ 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
Please don't worry about when this plugin will add 1.19 support. It's designed to run just fine on new versions. An update with version specific additions will be posted once 1.19 is released.

+ Added: [Suggestion] Define sounds for GUI items
https://github.com/Angeschossen/General/wiki/GUI-Menus#sound
+ Changed: [Suggestion] When using the selection tool, make left click = first pos and right click = second pos instead of cycle.
The Q key will always set the position that is left not set. If all are set, it will cycle.
- Fixed: [Suggestion] distinguish between hostile and non-hostile mobs of MythicMobs.
- Fixed: Missing message: claimblock.not-owner
Top Bottom