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

Version: 7.25.4
+ Added: item-model support to GUI. See wiki
+ Added: Option to disable SkinsRestorer integration
Code (Text):
# Should skins be fetched from the 3rd party plugin SkinsRestorer.
# This option requires the option "general.fetch-skins-names" to be enabled.
skins-restorer: false
- Fixed: use {target} placeholder instead of {object} for ally and neutralization already sent message
- Fixed: Mob despawn task error on Folia
- Fixed: Landblock not removed when chunk unloaded
- Fixed: Wrong default item type for entry_chunk_position
- Fixed: Max own lands bypass with setowner command
- Fixed: War starting in at /wars info not decreasing
- Fixed: Max lands bypass with setowner command
+ Added: [Suggestion] Limit when a war declaration can be sent

Code (YAML):
# Define when a declaration can be sent.
send-time:
# Day of the week. 0 is Monday and 6 is Sunday.
# Example: 0,2,3 -> Allows a declaration be sent on Monday, Wednesday and Thursday.
# Default: 0-6 -> Allows all days.
days_range: "0-6"
# Hours of the above defined days during which a declaration can be sent.
hours_range: "0-23"
- Fixed: Block null at interaction
- Fixed: Container save error on 1.20.1
- Fixed: events.yml -> folia console command execution failed
+ Added: Some more info on invalid sounds in config files
- Fixed: Some minor issues
- Fixed: Player teleported when jumping on farmland with combat tag enabled
- Fixed: API evalProgressingTeam for CaptureFlag
- Fixed: Luckperms context wrong without _here in some cases
- Fixed: Some other minor issues