Lands - Land claim plugin icon

Lands - Land claim plugin 7.15.15

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

Page 1 ... 18 19 20 21 22 ... 35
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

6.25.8 Dec 13, 2022
Combat Tag, NPCs

+ 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

6.25.7 Dec 10, 2022
Minor Fix

- Fixed: [#2210] Opening natural flags admin menu for wilderness

6.25.6 Dec 9, 2022
Sync Permission Limits Command
+ Added: [Suggestion] /lands admin land <* | land> syncPermissions
More info: https://github.com/Angeschossen/Lands/wiki/Permissions#numbered-permissions

- Fixed: [#2210] Wilderness flags menu not opening
- Fixed: Warning about "all" natural flag
6.25.5 Dec 3, 2022
Land Owner Role

+ Added: [Suggestion] Land owners can now toggle their own role flags, but only action flags not management flags
- Fixed: [#2180] Argument translations

6.25.4 Dec 2, 2022
EXP Economy

+ 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

6.25.3 Nov 28, 2022
Argument Translations, Display Natural Flags

+ 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

6.25.2 Nov 26, 2022
Playtime, Inactive Players

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.

6.25.1 Nov 25, 2022
Item Eco Fix

- Fixed: [#2201] Error at item eco provider init
- Fixed: [#2200] Trust target msg being sent to initiator

6.25.0 Nov 22, 2022
Spaces in Land and Nation Names

+ 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
6.24.2 Nov 21, 2022
Inbox

+ Added: Inbox message when denying mutual declaration
- Fixed: [#2190] Surrendered war declaration not deleted from db.
- Fixed: [#2197] Typo related to levels

6.24.1 Nov 19, 2022
Currency, Fixes

+ 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

6.24.0 Nov 18, 2022
Console Commands

+ 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.

Page 1 ... 18 19 20 21 22 ... 35
You might also like...