Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support

MC Plugin Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support 7.26.2
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

- Fixed: Wrong default translation in _dialogs locale file
+ Added: [Suggestion] Disable fly when combat-tag is enabled:
Code:
      # Disable fly during combat?
      disable-fly: true
+ Added: [Suggestion] %lands_land_role_type% PlaceholderAPI placeholder. See wiki.
+ 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: item-model support to GUI. See wiki
+ Added: Option to disable SkinsRestorer integration
Code:
  # 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 own lands bypass with setowner command
- Fixed: Max lands bypass with setowner command
- 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"
Top Bottom