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

+ Added: [Suggestion] short-unit format

Code (YAML):
# The short format will use the normal format if the value is lower than 1000.
# This format is only used in cases where there is not much space, like on signs.
# This will convert balances like the following:
# 1000000000 = 1B whereas {value} = 1 and {unit} = B
# 1000000 = 1M
# 1000 = 1k
short-unit: '${value}{unit}'

- Fixed: 3rd party plugins not able to set default state for flag
- Fixed: [#2481] [#2483] rental time resetting at rent interaction
- Fixed: [#2474] [#2454] rented time reset at reboot
- Fixed: [#2448] camp expiration delayed
+ Added: You can now specify flags to be toggleable for the tenant role (roles.yml)
+ Added: Option to toggle land storage
+ Added: Land's can now toggle the mainblock hologram
You may want to update this item in the GUI file
This update adds a new permission, which should be set accordingly, if you use the rent system.
+ Added: Permission to limit the amount of areas a player can rent or buy per land: lands.rentals.<number>
+ Added: [Suggestion] You can now configure the interval of the /view particles
YAML:
    # The interval of the particles appearing.
    # The minimum is one second.
    view-interval_time: 1s
- Fixed: [#2412] Tenant role duplicating
+ Added: [#2406] Option to disable player skin fetching
+ Added: wither_attack_animal natural flag for farms
+ Added: [Suggestion] PlaceholderAPI placeholder: lands_nation_bool
+ Improved: Saving large amounts of lands, nations etc.
- Fixed: /lands delete
+ Improved: Saving large amounts of lands, nations etc.
+ Improved: Reduced shutdown time for database
Top Bottom