Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 1.20 Support

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

+ Improved: Saving large amounts of lands, nations etc.
+ Improved: Reduced shutdown time for database
- Fixed: [#2402] [#2401] SkinsRestorer hook enable
- Fixed: [#2422] nation save and war info
This version contains significant internal changes. Please note that while all changes have been tested, there could be something I overlooked in specific environments. If you encounter any issue, please open a bugreport in the Discord server or send a private messages. Also, you're always able to downgrade to 6.38.3.

+ Improved: Internal region and claim logic. This is especially useful for servers that have tens of thousands of lands.
+ Improved: Internal claim and unclaim management

+ Added: [#2422] player info menu
+ Added: [Suggestion] fly reactivate permission

YAML:
    # Set a permission to check before Lands reactivates flight for a player.
    # Lands only reactivates flight, if Lands previously disabled it for the player and they're now allowed to fly again
    # at their current location. This permission just adds another requirement, besides the fly role flag.
    reactivate-perm: ''
- Fixed: Invalid skin URL for default
The old custom head textures are no longer supported by the server.
Therefore, you need to change any custom heads in your GUI and roles.yml files to the new
skin URLs.

If you don't do this, you'll receive lots of spam from the server in your console log.

+ Added: Support for new skin player profiles
- Fixed: [#2387] wrong placeholder value at /lands rent remove tenant
- Fixed: [#2387] don't reset tenant role for admin lands
+ Added: [Suggestion] Tenant role for areas that are being rented. This role is only editable in admin lands. For regular lands this role will always have the flags from roles.yml. Please add this role to roles.yml:

Code:
    # This role can't be deleted, but is only visible if an area is rented or in admin lands.
    tenant:
      name: '&6&lTenant'
      # The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
      icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2UzZmVhODhlMmI4NWNjZGZiMWIzODcyOTgyZWFlMTY0ODlhODRjNjgxYmQ5ZmU0ZmU5YmM4YmNjMmU1In19fQ=='
      # Default flag values. Please note that these only apply to new rentals.
      # Only admin lands can change these flags ingame. This prevents lands abusing this and selling areas where the tanant would have no permission to do anything.
      default:
       - BLOCK_PLACE
        - BLOCK_BREAK
        - PLANT
        - HARVEST
        - SHEAR
        - INTERACT_GENERAL
        - INTERACT_DOOR
        - INTERACT_TRAPDOOR
        - INTERACT_CONTAINER
        - INTERACT_MECHANISM
        - INTERACT_VILLAGER
        - BLOCK_IGNITE
        - ATTACK_PLAYER
        - ATTACK_ANIMAL
        - ATTACK_MONSTER
        - FLY
        - ELYTRA
        - LAND_ENTER
        - SPAWN_TELEPORT
        - ENDER_PEARL
        - VEHICLE_USE
        - ITEM_PICKUP
        - TRAMPLE_FARMLAND
        - PLAYER_TRUST
        - PLAYER_SETROLE
        - PLAYER_UNTRUST
        - PLAYER_BAN
        - SETTING_EDIT_LAND
        - SETTING_EDIT_ROLE
- Fixed: leaderboard parse placed off by 1
- Fixed: leaderboard head wrong orientation if there's no land or nation on that place

tag [#2383]
+ Added: [Suggestion] You can now manually set spawns for sub areas
Code:
         lore: '&8✖ &bLEFT CLICK[newline]   &7Teleport to the spawn of this area.[newline]&8✖ &9RIGHT CLICK[newline]   &7Set the spawn.'
          name: '&6&lTeleport'

- Fixed: [#2382] /lands chat messages sometimes not received
- Fixed: monster animal remove option not working
- Fixed: [#2380] leaderboards signs start at 2 not 1.
- Fixed: [#2377] capture flag bossbar not being removed from land members that aren't inside the capture area
- Fixed: locale spelling error
[#2366]
Top Bottom