
Lands - Land claim plugin 7.15.15
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
- 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
+ Added: [Suggestion] Provide death reason for combat tag death, because of player left server while being engaged in a fight.
- Fixed: [#2214] Interaction errors with NPCs
More info: https://github.com/Angeschossen/Lands/wiki/Permissions#numbered-permissions
- Fixed: [#2210] Wilderness flags menu not opening
- Fixed: Warning about "all" natural flag
+ Added: [Suggestion] Land owners can now toggle their own role flags, but only action flags not management flags
- Fixed: [#2180] Argument translations
+ Added: [Suggestion] Level economy changed to EXP economy.
Prices are now set by exp not levels. So you might want to adjust your cost options in config.yml
if you are currently using levels economy. Also you'll need to enable it again
+ Added: {balance} placeholder for failure.personal message. Helpful to display exp balance for players
- Fixed: [#2205] Missing enum
+ Added: [Suggestion] Being able to use display all for natural flags
# Natural flags which should be visible in the flags menu.
# Default: Displays all player related natural flags.
display_list:
- 'all'
+ Added: [Suggestion] Ability to translate argument types and argument format
- Fixed: [#2204] Candle protection
It is recommended to take a backup of your SQL database before updating.
+ Added: [#2199] Playtime and offline time info to time item in player menu
+ Added: [Suggestion] /l admin deleteinactive: Deletes inactive players/lands according to your expiration settings in config.yml.
- Fixed: [#2201] Error at item eco provider init
- Fixed: [#2200] Trust target msg being sent to initiator
+ Added: [Suggestion] Being able to use spaces in land and nation names:
# Should spaces be allowed in land and nation names?
# Spaces will be replaced with an underscore, when being displayed as a command parameter.
# Disabling this option at a later time, will also remove spaces from existing lands and nations.
spaces: false
+ Added: Inbox message when denying mutual declaration
- Fixed: [#2190] Surrendered war declaration not deleted from db.
- Fixed: [#2197] Typo related to levels
+ Added: [Suggestion] Strict eco currency item comparison
# Item currency is used when all other economy options are disabled or unavailable.
# The currency item can be edited in the GUI language file at the "currency" item.
items:
# If enabled, only items that have the same name, lore etc. will belong to the currency.
# Not just items of the same type or items with the same model-data.
strict: false
- Fixed: [#2189] Missing message: trust.banned
- Fixed: [#2184] Error printing war info to players
+ Added: [Suggestion] Being able to execute /l edit and all land related commands from the console (/lands trust etc.)
This doesn't include commands that open a menu, like /lands menu.