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: Option to disable teleport deny during combat tag
Code:
      # Deny teleportation if player has active combat tag?
      deny-teleport: true
+ Added: More info to war end broadcast
- Fixed: Error with text input for bedrock forms disabled
- Fixed: Giving claimblocks amount
- Fixed: Keep inventory applied in wilderness despite being disabled
  • Like
Reactions: _NatoyTheHunter
- Fixed: War won inbox message
- Fixed: Request alliance if currently enemy
  • Like
Reactions: _NatoyTheHunter
- Fixed: Missing broadcast message for some relations
+ Changed: Added enabled and mode option to keep-inventory to disable option completely and not just toggle it.
  • Like
Reactions: _NatoyTheHunter
+ Added: Limit the amount of displayed lands of a nation on dynmap
  • Like
Reactions: _NatoyTheHunter
+ Added: [Suggestion] API -> Land#setLandType
+ Added: [Suggestion] Option to disable invaders breaking their own capture flags
Code:
  # Allow players of the team that placed the flag to break it as well.
  invaders-break: true
  • Like
Reactions: _NatoyTheHunter
Added an option for that in wars.yml in the next version:
YAML:
# Should players keep their inventory, if they die during a war?
keep-inventory: false
Also an important note there will be a option added in config.yml for outside of wars as well, you need to enable it if you want them to keep their inv if they die inside land claims.
YAML:
  # Should players keep their inventory, if they die inside a land?
  # This option is forcefully enabled, if the player dies inside an area where they can't pickup items.
  # For wars this can be configured in wars.yml.
  keep-inventory: false
+ Changed: WorldEdit integration no longer has its own lands.bypass.worldedit permissions. Use the bypass permissions
for block break and block place instead.

- Fixed: Players being able to bypass area limit
  • Like
Reactions: _NatoyTheHunter
- Fixed: Saved x name changes to database spam
+ Improved: playercache saving - reduce file size
  • Like
Reactions: _NatoyTheHunter
- Fixed: Error on chat input if bedrocks forms are disabled and player is bedrock player
- Fixed: Renaming role removes space
  • Like
Reactions: _NatoyTheHunter
Top Bottom