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

+ Added: Copper golem natural flag to allow copper golems from other areas of the land
- Fixed: /lands player <player> not working in some cases
- Fixed: Conversation menu re open should refresh list menu
+ Added: [Suggestion] You can now configure land creation to don't claim any chunks
YAML:
    # Claim a radius of chunks at land creation. These initial claims won't cost the land anything.
    # NOTE: 0 = only the chunk in which the player currently stands.
    # NOTE: -1 = no chunks will be claimed
    # NOTE: This value can't be higher than your servers view distance.
    claim-radius: -1
- Fixed: Bedrock list menus always only having one item per page
- Fixed: Bukkit conversation API usage creating excessive amount of tasks
+ Added: fetch-skins-names also disables skin update at player join
- Fixed: Item bundle not disabling selection mode
- Fixed: Help messages for give permission command
+ Added: [Suggestion] You can now search for lands & nations by their tag in /lands list and /nations list.
YAML:
      refresh_search:
          lore: '&8✖ &7Search by name or tag.[newline]   &8• &7Search by: {mode}[newline]   &8• &7Current search: {search}[newline][newline]&8✖ &3DROP[newline]   &7Reset search'
          name: '&6&lSearch'
+ Added: [Suggestion] You can now execute commands when a player with a combat tag quits:
YAML:
      # Execute commands when a player logs out with an active combat tag.
      # Player name placeholder: {player}
      quit-cmds: [ ]
- Fixed: general.combat-logout message not found
+ Added: [Suggestion] You can now use wildcard "*" to add all MythicMobs mobs to the bypass spawn flags list in config:
YAML:
   # Here you can add mob IDs from the MythicMobs plugin, that should bypass the animal and monster spawn flag.
    # The wildcard "*" adds all mobs of MythicMobs to this list.
    bypass-spawn-flags_list:
     - "*"
- Fixed: Error on join with playerprofile on spigot
+ Added: [Suggestion] [API] LandPlayer#getLimitation and LandPlayer#modifyLimitation
- Fixed: Players can no longer place minecarts in the wilderness, push them inside and steal items
- Fixed: Error while removing piston block or dropper
- Fixed: Error when removing the nation role from roles.yml and having nations enabled
- Fixed: Swap selection item correctly if player quits with active selection mode
- Fixed: Dont allow copper golems taking or inserting items in claims
Top Bottom