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

Plugins Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 1.21 Support 7.21.7

Pro Download
- Fixed: [#2504] possible free claims overflow
- Fixed: [#2506] show_inbox for enabling
- Fixed: [#2502] Issues with retrieving skin data for heads, etc. This finally removes errors printed by the server's API. Which might
occur if Mojangs API is down etc.
- Fixed: [#2499] dropped exp with keep-inv
- Fixed: [#2498] init on moist
- Fixed: [#2497] detecting cave air with extensive check
- Fixed: [#2489] edit tenant flag
- Fixed: [#2492] keep exp if keep-inventory
+ Added: WarHandler to API to allow 3rd party developers to add their own elements to wars
- Fixed: [#2487] don't create tenant role if rent AND sell is disabled
+ Added: [Suggestion] option for keeping inventory inside land:
YAML:
# Should players keep their inventory, if they die inside a land?
keep-inventory: false
+ Added: [Suggestion] /lands unclaim radius <radius>
+ Added: [Suggestion] support for new hologram type in CMI for 1.20+

- Fixed: [#2482] spawner disable option in config.yml
+ Added: [Suggestion] short-unit format

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}'
+ 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
+ Added: [Suggestion] warning before upkeep collection if funds are insufficient
Code (YAML):
# Altert the land or nation, if their funds are insufficient for upkeep.
# Default: Alerts them 5 hours before upkeep collection, if their balance is insufficient.
insufficient-altert_time: 5h

- Fixed: [#2480] rent sign removal sets it back
Back
Top Bottom