
Lands - Land claim plugin 7.15.8
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
+ 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
+ Added: Message: noaccess.area
+ Changed: Adjusted listener priority for command process event - cmi related
- Fixed: [#2242] Prevent usage of spawn eggs by untrusted players
+ 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'
+ 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
+ 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
- Fixed: Init issue from prev version
6.26.4
+ Added: [#2225] [#2224] Backward compatibility with older API versions at flag usage
+ Added: [#2225] [#2224] Backward compatibility with older API versions at flag usage
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
+ 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