Lands - Land claim plugin icon

Lands - Land claim plugin 7.18.6

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

Page 1 2 3 ... 37
7.18.6 6 hours ago

- Fixed: Vanished players could be seen in tab completions

7.18.5 2 days ago
+ Added: [API] to get all areas inside a claimed chunk Container#getAreasInChunk
 
7.18.3 6 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 8 days ago
- Fixed: MySQL land table error
7.18.1 9 days ago
- Fixed: Storage saving error in some cases
7.18.0 10 days ago

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 11 days ago
- 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]
7.17.3 13 days ago
7.17.3 13 days ago
- Fixed: Wrong default translation in _dialogs locale file
7.17.2 13 days ago

+ Added: [Suggestion] Disable fly when combat-tag is enabled:

[code=YAML]      # Disable fly during combat?
      disable-fly: true[/code]


+ Added: [Suggestion] %lands_land_role_type% PlaceholderAPI placeholder. See wiki.
+ Changed: PlaceholderAPI placeholder %lands_land_role% to %lands_land_role_name%
+ Changed: PlaceholderAPI placeholder %lands_land_role_color% to %lands_land_role_name_color%

7.17.1 14 days ago

- Fixed: Happy Ghast falling under interact_general flag instead of vehicle_use flag
- Fixed: Vanish issue with PremiumVanish and SuperVanish

7.17.0 14 days ago

+ Added: Support for 1.21.9
+ Added: Use dialogs for text etc. input instead of chat (conversations)
+ Added: _dialogs.yml locale file for dialogs

7.16.16 20 days ago
+ Added: item-model support to GUI. See wiki
7.16.15 22 days ago
+ Added: Option to disable SkinsRestorer integration
[code]  # Should skins be fetched from the 3rd party plugin SkinsRestorer.
  # This option requires the option "general.fetch-skins-names" to be enabled.
  skins-restorer: false[/code]
 
- Fixed: use {target} placeholder instead of {object} for ally and neutralization already sent message
- Fixed: Mob despawn task error on Folia
- Fixed: Landblock not removed when chunk unloaded
- Fixed: Wrong default item type for entry_chunk_position
7.16.13 Aug 20, 2025
- Fixed: Max own lands bypass with setowner command
- Fixed: War starting in at /wars info not decreasing
7.16.12 Aug 15, 2025
- Fixed: Max own lands bypass with setowner command
7.16.11 Aug 11, 2025

- Fixed: Max lands bypass with setowner command

7.16.10 Aug 4, 2025
- Fixed: Bedrock forms slots warning on startup false positive
- Fixed: Nation role permissions not always removed if player leaves land
- Fixed: Admin war end command not triggering WarEndEvent
7.16.9 Aug 2, 2025
+ Added: [Suggestion] Limit when a war declaration can be sent
 
[code=YAML]  # Define when a declaration can be sent.
  send-time:
    # Day of the week. 0 is Monday and 6 is Sunday.
    # Example: 0,2,3 -> Allows a declaration be sent on Monday, Wednesday and Thursday.
    # Default: 0-6 -> Allows all days.
    days_range: "0-6"
    # Hours of the above defined days during which a declaration can be sent.
    hours_range: "0-23"[/code]
7.16.8 Jul 23, 2025
- Fixed: Block null at interaction
- Fixed: Container save error on 1.20.1
Page 1 2 3 ... 37
You might also like...