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 ... 22 23 24 25 26 ... 35
6.6.5 Jul 1, 2022
Minor Fixes

- Fixed: [#2001] per world numbered permissions not updating on world change in cache
- Fixed: eco-format not applied to two messages related to rental

6.6.4 Jun 27, 2022
Auto Claim, Merge

+ Added: [Suggestion] [#2014] Make /lands merge cost equal to claiming a selection of chunks
+ Added: [Suggestion] Automatically claim when selection complete and player has no lands (no own or trusted)

6.6.3 Jun 24, 2022
Tenant, View Distance

+ Added: [Suggestion] Send message to tenant if he gets removed.
+ Added: [Suggestion] Option to override /view radius
    # Set the view distance in chunks.
    # 0 = your server's view distance
    chunk-radius: 0

+ Improved: Default complete selection title

6.6.2 Jun 15, 2022
Minor - Attack and Spawn Flag

- Fixed: Wrong flag for hitting piglins

6.6.1 Jun 11, 2022
Time Zone, Sounds

+ Added: [#1987] Option to disable sign leaderboard head placement:

  # Sign leaderboard settings
  sign:
    head:
      enabled_5: true
      # Place the head of the landowner on top of the block, where the leaderboard sign is?
      above: false



+ Added: Option to play a sound whenever an item is applied to a menu
https://github.com/Angeschossen/General/wiki/GUI-Menus#set-sound

+ Added: Ability to define common sounds for menus
https://github.com/Angeschossen/General/wiki/GUI-Menus#common-sounds

+ Changed: Renamed click sound option
https://github.com/Angeschossen/General/wiki/GUI-Menus#click-sound

+ Changed: Time zone now defaults to the time zone of the machine your server is running on

    # Set the time zone for date text outputs.
    # Example: America/Los_Angeles or GMT-8:00
    # List of time zones: https://timezonedb.com/time-zones
    # If empty, it uses the time zone of the machine your server is running on.
    time-zone: ''



- Fixed: menu item sound volume = 0
- Fixed: Temp menu item not removing if either sound or cmd is set

6.6.0 Jun 10, 2022
Upkeep, Taxes, Nations Upkeep Changes

+ Added: [Suggestion] Being able to collect taxes, upkeep etc. in a fixed interval (every 24 hours)

# General options for economic tasks, that apply to taxes, upkeep and nation upkeep.
# Each task has it's own section, in this file and nations.yml, with specified options.
economic:
  # Default configuration: taxes, upkeep and nation upkeep are collected every day at midnight.
  interval:
    # Collect taxes, upkeep and nation upkeep at midnight.
    # Format: 24 hour format.
    time: '24:00:00'
    # Set amount of days between each payment.
    # 1 doesn't have any effect. 2 would make it execute every second day at "time" (specified above).
    days_2: 1
    # Set the minimum time between a player's attempt to change the tax or upkeep and the next collection.
    change-cooldown_time: 12h




+ Changed: Set claimblock of to the player that unclaimed them
- Fixed: Nation not deleting when failing upkeep

6.5.5 Jun 8, 2022

- Fixed: Startup error

6.5.4 Jun 8, 2022
6.5.4 Jun 8, 2022
1.19 Additions

+ Added: Support for new items and blocks (protections)
+ Added: Support for new entity types (distinguish) 

6.5.3 Jun 7, 2022
Sounds, Selection Mode

Please don't worry about when this plugin will add 1.19 support. It's designed to run just fine on new versions. An update with version specific additions will be posted once 1.19 is released.

+ Added: [Suggestion] Define sounds for GUI items
https://github.com/Angeschossen/General/wiki/GUI-Menus#sound
+ Changed: [Suggestion] When using the selection tool, make left click = first pos and right click = second pos instead of cycle.
The Q key will always set the position that is left not set. If all are set, it will cycle.
- Fixed: [Suggestion] distinguish between hostile and non-hostile mobs of MythicMobs.
- Fixed: Missing message: claimblock.not-owner

6.5.2 Jun 4, 2022
Dynmap Hotfix

- Fixed: [#1977] Webmap color resolution

6.5.1 Jun 3, 2022
Bank, Auto Permission

+ Added: Option for Vault bank account for upkeep

      # Server bank account name. Upkeep will go here. Empty means, that this feature is disabled.
      server-bank: ''



+ Added: [Suggestion] Permission for: /lands claim auto -> lands.command.claim.auto
+ Added: [Suggestion] Permission for: /lands unclaim auto -> lands.command.unclaim.auto
https://github.com/Angeschossen/Lands/wiki/Commands

+ Added: API: Sorting context
+ Improved: Do not limit args length for direct help messages
- Fixed: W/L wars ratio in menu
- Fixed: K/D wars ratio in menu
- Fixed: Error at /lands setrole

6.5.0 May 30, 2022
BossBars, Dynmap, Menus

+ Added: [Suggestion] Customizeable bossbar messages
https://github.com/Angeschossen/General/wiki/Messages#as-a-bossbar
+ Added: You can now send any message as a bossbar
https://github.com/Angeschossen/General/wiki/Messages#as-a-bossbar
+ Added: [Suggestion] Dynmap border from-name options

  # Set the color depending on the land's name?
  land_5: false
  # Set the color depending on the nation's name?
  nation_2: true


+ Added: Ally role deleteable, even post update (if removed from roles.yml)
+ Added: [Suggestion] You can now remove /lands menu <menu> shortcusts
https://github.com/Angeschossen/General/wiki/GUI-Menus#remove-a-menu-from-cmd-menu

- Fixed: Cake protection
- Fixed: [#1974] Issues with claimblock.ignore-max option (not ignoring max in edge cases and some validation issue)
- Fixed: [#1976] Error when floodgate missing
- Fixed: [#1976] Confirm input error

6.4.2 May 25, 2022
Respawn Anchor - Minor

- Fixed: Respawn Anchor protection

6.4.1 May 23, 2022
Ratio Sorting

+ Added: [Suggestion] Sort lands by won/lost wars ratio and kills/deaths in wars ratio
https://github.com/Angeschossen/Lands/wiki/Leaderboards#parameter-explanation
- Fixed: Make physical items use enabled: false parameter

6.4.0 May 21, 2022
Top Nations, PAPI

The process of setting up leaderboards has changed: https://github.com/Angeschossen/Lands/wiki/Leaderboards

+ Added: [Suggestion] PlaceholderAPI placeholder: %lands_land_trusted_bool%
Wiki: https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#general

+ Added: Top lands menu: /lands top
+ Added: [Suggestion] Top nations menu: /nations top
+ Added: [Suggestion] Top nations PAPI placeholders
To add this feature some placeholder format changes were required. You need to adjust your used placeholders:
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#top-lands-and-nations

- Fixed: [#1977] Land name color

6.3.0 May 18, 2022
Phantom Spawning Flag

+ Added: [Suggestion] Flag to toggle phantom spawning
The flag will be disabled by default.

+ Added: [#1973] Treat item material air as enabled: false (GUI)
- Fixed: [#1970] Issue with PAPI placeholder recognition for chat messages

6.2.11 May 16, 2022
Language

+ Added: Option to always use default translation

  # Force default language? This will make changes to language files impossible and will always use the default.
  # This will always replace existing strings with the default ones.
  # You should only use this option if your language matches "en-US".
  force-default: false



+ Added: Chat and GUI language files now accept the alternative file name format <plugin>-<chat | gui>-<language>.yml

+ Added: [#1967] [Suggestion] Append chat color reset to colored land, area and nation names

6.2.10 May 14, 2022
Amplifier Hotfix

+ Added: API PlayerSpawnLandEvent
- Fixed: [#1963] Error at parsing levels config because of amplifier = 0

6.2.9 May 10, 2022
Minor Fixes

- Fixed: Selection tool and info tool not having lore, displayname
- Fixed: [#1956] Missing item: failure_owner

Page 1 ... 22 23 24 25 26 ... 35
You might also like...