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

If you use the developer API to implement custom wars, please be aware that some changes to the War interface have been made.

- Fixed: Some minor errors during land expiration task when deleting many inactive players
+ Improved: Alliance requests revoke process at land deletion
- Fixed: Allied players not joining team during war
+ Improved: Handling of incorrect playtime and offline times returned by server
+ Improved: Improved "invalid text" messages when creating land or nation or other stuff - its now easier to understand. Especially if a dialog contains multiple input fields.
- Fixed: Sorting context error
- Fixed: Admin give command still using old limit permissions for auto complete
This update mostly fixes some minor issues from the previous version.

+ Added: Limits in player-limits.yml can now be disabled by setting them to -1
- Fixed: Error while retrieving limits for offline players
- Fixed: Players not able to accept invite due to missing trusted lands limit
- Fixed: Don't allow combat tags for players that aren't in survival game mode
While this update was extensively tested, we still recommend taking a backup of your database before updating.

This version introduces a new player-limits.yml file to manage limits such as max lands, chunks etc. through a configuration file instead of permissions. For existing servers the limits file will be **disabled** by default, so that permissions are used for the limits. It needs to enabled in the file, if you want to use it.

Support Chunks Replaced
  • Support chunks have been replaced with player_chunks in the limits file. However, this new limit works differently... player_chunks limits the amount of chunks a player can claim across ALL lands (owned and trusted).
  • This limit will only be taken from players, IF they claim for their own land or they actively execute /claim for a land they're trusted in.
  • If a trusted player leaves the land and had chunks claimed, these chunks will be transferred to the owners balance. If the owner reached their maximum of chunks claimed in total, the chunks will be unclaimed and the land will be notified about that.
Other Important Changes
  • Time rewards have been moved to the new limits file and are only available if the limits file is enabled.
  • Modifying limits through the ``/lands admin player <player> give`` command is only available if the limits file is enabled. The new command is now ``/lands admin player <player> give limit <limit> <amount>``
  • Permission stacking has been removed from the config. No replacement needed since limits are now managed through the limits file.
Both these things often caused trouble when used incorrectly in combination with numbered permissions. That's why they are now only available with the new limits file.

[IMG]


[IMG]
+ Added: API: LandPlayerLoadedEvent and LandPlayerDeletedEvent
+ Added: Option for categories.yml to disable auto membership request accept
YAML:
   land:
      enabled: true
      categories:
        members:
          enabled: true
          # Allow land owners to enable a option to automatically accept new membership requests.
          # If set to false, the option is also disabled for existing lands, when the server is restarted.
          allow-auto-accept: true
- Fixed: Failed to load claim data if wrong owner set in area
- Fixed: Land expiration skipped highest role for owner replace
- Fixed: Throwing enchantement bottles at players shouldn't be disallowed or trigger a combat tag
+ Changed: Also apply tooltip-style to INHERIT player heads in GUI
- Fixed: Inherit tooltip style and item model correctly from common item
- Fixed: Nation level calculation not advancing to the next level in some cases
+ Improved: Nation levels now update instantly when values in the lands change
+ Changed: Only disable fly during combat tag if game mode is survival
+ Improved: Disable snapshots for minecart grief protection
- Fixed: HuskClaims importer merging players claims
- Fixed: Player names of players that have been over for a month weren't resolved
Top Bottom