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

+ 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"
- Fixed: Block null at interaction
- Fixed: Container save error on 1.20.1
- Fixed: Data holder error in console with Folia
- Fixed: WindCharge error on multipaper
- Fixed: Rental sign unusable after restart
- Fixed: events.yml -> folia console command execution failed
Top Bottom