Lands - Land claim plugin icon

Lands - Land claim plugin 7.19.3

Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

Page 1 2 3 ... 37
7.19.3 51 minutes ago
- Fixed: Issue where if you deleted a claimworld and created a new world with the same name, the claims wouldn't load to the new world
This behaviour was intentional in the past, but it seems like most admins expect the claims to load even if the world was reset
7.19.2 7 hours ago
+ Added: <tag> argument to the create command: /lands create <name> <tag>
If the server allows spaces in land names, the arguments will be in reversed order: /lands create <tag> <name>
+ Changed: Send message about reached max amount of areas at /lands assign instead of area not found message
7.19.1 23 hours ago
Menu Improvements
- Fixed: PlaceholderAPI tag placeholders behaviour with no tag set
- Fixed: Return error message if land tries to set new name that is the same as the current one
- Fixed: Nation save error in some cases
- Fixed: Claims not updating on BlueMap, if BlueMap map is named differently than the claim world
7.19.0 2 days ago
7.19.0 2 days ago
Land Tags
+ Added: Lands can now set tags for their land. A tag is the short version of the land name. Tags for nations will be added soon as well.
Please review the default tag settings in config.yml:
[code=YAML]  # Land tag options
  tag:
    # Maximum land tag length
    # The maximum possible length is 80 when using MySQL and 32 when using SQLite (including color codes).
    length_3: 4
    # Should colors be allowed in land tags?
    # Disabling this option at a later time, will also remove color from existing lands.
    color_6: false
    # Should land tags be allowed to include formatting, such as bold, underlined etc.?
    format_2: false
    # Should numbers be allowed in land tags?
    numbers_2: false
    # Allow only latin letters for land tags?
    # If enabled: They won't be able to use chinese letters etc.
    only-latin_2: false[/code]
 
 
+ Added: Support for world resets and still keeping spawn locations in place and not adding another world to db if the name is the same as before
+ Added: wild.end message that is shown when a player tries to use random teleportation in the end
+ Changed: Parse PlaceholderAPI placeholders for sender of chat message, not recipient (/lands chat)
7.18.14 9 days ago
Worldborder

+ Added: Dont allow claiming chunks outside the worldborder using claim radius or claim map
+ Added: Protection against boats being used to destroy item frames etc.
- Fixed: Error when editing land enter message in new dialog menu

7.18.13 10 days ago
FancyHolograms Support
+ Added: [Suggestion] lands_nation_balance_lands and lands_nation_balance_lands_short PlaceholderAPI placeholders. See wiki for more info
+ Added: FancyHolograms support
Please note that FancyHolograms does not support clickable holograms via their developer API. Therefore they can't be used for rentals.
7.18.12 11 days ago
- Fixed: Yaw and pitch not applied when teleporting to area spawn
- Fixed: Handle error if server fails to serialize or deserialize item
7.18.11 13 days ago
- Fixed: Selection or /lands unclaim radius returning message that no chunks were unclaimed despite chunks being unclaimed
- Fixed: Webmap not removing markers if all chunks were unclaimed at once (only with multi world setup)
- Fixed: Not removing markers with squaremap if all chunks unclaimed
7.18.10 14 days ago
- Fixed: Rare issue with land expiration getting last play time of online player wrong
7.18.9 16 days ago
- Fixed: Class not found error while importing claims from 3rd party plugins
7.18.8 19 days ago
SimpleClaimSystem Claims Import

+ Added: Import claims from SimpleClaimSystem: /lands admin import simpleclaimsystem

7.18.7 21 days ago
BlueMap, Wars

- Fixed: BlueMap integration
+ Improved: /wars admin start command

7.18.6 24 days ago

- Fixed: Vanished players could be seen in tab completions

7.18.5 26 days ago
+ Added: [API] to get all areas inside a claimed chunk Container#getAreasInChunk
 
7.18.3 30 days ago
+ Improved: Some default locale entries regarding /lands trust and /lands untrust to make it more intuitive
- Fixed: nation and land *members* balance placeholderAPI
7.18.2 Oct 9, 2025
- Fixed: MySQL land table error
7.18.1 Oct 8, 2025
- Fixed: Storage saving error in some cases
7.18.0 Oct 7, 2025

It is recommended that you take a backup of your database before updating.

+ Changed: How item storage and land icons are saved to comply for new changes

7.17.4 Oct 6, 2025
- Fixed: Cant enable disable-fly for combat tag
- Fixed: Invalid default days range for war declaration 1-7

[code]  # Define when a declaration can be sent.
  send-time:
    # Day of the week. 1 is Monday and 7 is Sunday.
    # Example: 1,2,3 -> Allows a declaration be sent on Monday, Wednesday and Thursday.
    # Default: 1-7 -> Allows all days.
    days_range: "1-7"
    # Hours of the above defined days during which a declaration can be sent.
    hours_range: "0-23"[/code]


+ Added: [Suggestion] You can now restrict who can place capture flags

[code]  # Should only be players with the MANAGE_WAR flag be able to place capture flags for their land?
  # If enabled, land owners can restrict who can place flags using the role system.
  restrict-placement: false[/code]
Page 1 2 3 ... 37
You might also like...