+ Added: [Suggestion] Disable fly when combat-tag is enabled:
+ Added: [Suggestion] %lands_land_role_type% PlaceholderAPI placeholder. See wiki.Code:# Disable fly during combat? disable-fly: true
+ Changed: PlaceholderAPI placeholder %lands_land_role% to %lands_land_role_name%
+ Changed: PlaceholderAPI placeholder %lands_land_role_color% to %lands_land_role_name_color%
- Fixed: Happy Ghast falling under interact_general flag instead of vehicle_use flag
- Fixed: Vanish issue with PremiumVanish and SuperVanish
+ Added: Option to disable SkinsRestorer integration
- Fixed: use {target} placeholder instead of {object} for ally and neutralization already sent messageCode:# 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: 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: Bedrock forms slots warning on startup false positive
- Fixed: Nation role permissions not always removed if player leaves land
- Fixed: Admin war end command not triggering WarEndEvent
+ Added: [Suggestion] Limit when a war declaration can be sent
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"