Lands - Land claim plugin icon

Lands - Land claim plugin 7.15.8

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

Page 1 ... 17 18 19 20 21 ... 34
6.26.14 Jan 7, 2023
PlaceholderAPI Placeholder Length

+ Added: [Suggestion] You can now limit the length of PlaceholderAPI placeholders by adding "_length(number)" to the placeholder
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#limit-the-length-of-a-placeholder

6.26.13 Jan 6, 2023
6.26.13 Jan 6, 2023
Command Blacklist

+ Added: Message: noaccess.area
+ Changed: Adjusted listener priority for command process event - cmi related
- Fixed: [#2242] Prevent usage of spawn eggs by untrusted players

6.26.12 Jan 5, 2023
War Declaration Requirements

+ Added: [Suggestion] Additional war declaration requirements

  # Set the minimum amount of chunks that a team needs to have, in order to declare war against an enemy.
  min-chunks:
    attacker_3: 0
    defender_5: 0
  # Set the minimum age of a team.
  min-age:
    attacker_4: 0s
    defender_4: 0s




+ Added: Support for additional lore format (gui items)
lore: 'line1[newline]line2'

6.26.11 Jan 4, 2023
Eco Task, Fixes

+ Added: [Suggestion] Don't spawn task for eco, if upkeep, taxes, nations upkeep are disabled
- Fixed: [#2234] Error because of missing level requirement
- Fixed: [#2239] Error at tab completion when edit land = null

6.26.10 Jan 2, 2023
Relations
+ Added: Option to disable relations

[code=YAML]    # Relations
    relations:
      # If you disable this option, all existing relations will be deleted.
      # NOTE: This setting requires server reload / restart.
      enabled_6: true[/code]
6.26.9 Dec 30, 2022
Random Teleport Event, Selection

+ Added: API: PlayerRandomTeleportEvent: called whenever a player teleports via /lands wild
- Fixed: [#2231] Being able to store tool in armor via 3rd party plugins in selection mode

6.26.8 Dec 29, 2022
Minor API Typo

- Fixed: Typo in API and implementation

6.26.6 Dec 28, 2022
Snowman Trail

- Fixed: Snowman being able to make snow trail on claimed land

6.26.5 Dec 28, 2022
6.26.5 Dec 28, 2022
API

+ Added: [#2230] [#2229] Backward compatibility with flag state checks

6.26.4 Dec 27, 2022
6.26.4 Dec 27, 2022

- Fixed: Init issue from prev version

6.26.4
+ Added: [#2225] [#2224] Backward compatibility with older API versions at flag usage

6.26.3 Dec 27, 2022
API Backward Compatibility

+ Added: [#2225] [#2224] Backward compatibility with older API versions at flag usage

6.26.2 Dec 24, 2022
6.26.2 Dec 24, 2022
Levels

- Fixed: CachedRequirement modification for levels

6.26.1 Dec 23, 2022
Fixes

- Fixed: Minor API issues
- Fixed: Framework shading

6.26.0 Dec 22, 2022
6.26.0 Dec 22, 2022
API, Refactoring

This isn't a feature update. However, this update makes some necessary changes
under the hood that are required to provide maintainability and automation in
the feature.

If you install this update and use some of my other plugins, make sure to update them as well.

- Removed: API: Methods and classes from the API that were deprecated for years now.
+ Added: API: Disconnected API usage from actual implementation
While the old "way" is still supported, it's recommended that 3rd party developers update
in the future. If you have any plugin that uses this deprecated class or flags, you'll
get an info in your console.
Info: https://github.com/Angeschossen/LandsAPI/wiki#common-use-cases

+ Added: API: Separated flag creation from implementation.
Info: https://github.com/Angeschossen/LandsAPI/wiki#common-use-cases

+ Improved: Configuration and documentation files are now automatically updated

- Fixed: Missing radius argument in lang file

6.25.9 Dec 17, 2022
War Online Players, PlaceholderAPI

+ Added: [Suggestion] pillage.min-players is now being applied to the invaded land, not team

    # Set a minimum amount of players of the defenders, which need to be online before the attackers can interact in the land.
    # This value is applied to the land that is currently being invaded. Not the whole team (collection of lands).
    # NOTE: If you want to allow pillages WHILE no defender is online, set this option to 0.
    # NOTE: This setting requires server reload / restart.
    min-players: 1



+ Added: [Suggestion] PlaceholderAPI placeholder: %lands_land_balance_short%
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders

Page 1 ... 17 18 19 20 21 ... 34
You might also like...