Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support

MC Plugin Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support 7.27.2
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

- Feature: {allies} and {enemies} placeholder for BlueMap (dynmap etc.) land description
- Fix: Claimblocks weren't being refunded in recent versions
- Fix: Error while parsing inbox messages due to non-thread safe SimpleDateFormat. SimpleDateFormat has now been replaced by the newer DateTimeFormatter
- Fix: When using Redis chat messages from players on other servers are being sent with their real name and not the display name
- Fix: Error at parsing Redis object is element is JsonNull
- Fix: Error at entity explosion event if projectile source was block but not persistent data holder
- Fix: Wind charge launched via dispenser at player directly is wrongfully denied
- Fix: not being able to transfer ownership to another player despite them having enough limit
- Fix: when a player left the land, their chunks were unclaim despite owner having enough limit to take the ownership
- Fix: projectile actions being denied in recent versions because of redstone mechanism change
- Fix: Legacy numbered permissions not being taking into account in the menu.
Please note that numbered permissions are no longer supported and will be removed in the future.
- Fix: Error at /lands admin reload while legacy numbered permissions are used
+ Added: Minecraft 26.x support
- Fix: playtime rewards max parameter not working as expected
- Fix: /lands setowner - not taking all limit modifier values into account
+ Changed: Automatically "execute" /lands admin limits refresh, if the player-limits.yml file changed when executing /lands admin reload
- Fixed: events.yml not accepting multiple condition entries
- Fixed: In some cases trusted players were not untrusted from the land at the expiration task, even if they were offline long enough
- Fixed: InventoryOpenEvent throwing error on Spigot
- Fixed: Not all legacy numbered permissions were refreshed at owner join
Please note that it's highly recommended to migrate to the new player-limits.yml file, instead of using numbered permissions.
+ Added: wind_burst flag to control who can use the wind burst enchantment or wind carges
+ Added: [API] LandsIntegration#getMemberHolderByTag(String)
- Fixed: Folia only - error at loading parts of the claimed chunks, if it contained a land block
Please be aware of the following change:
Moved "increase-max-size-per-member" from config.yml to the player-limits.yml file as "increase-land_size".

+ Added: Config files besides "config.yml" now auto add new values and remove no longer existing ones, just as config.yml does already
+ Added: Combat tag bossbar can now be sent as an actionbar properly
+ Added: %affiliation_name_or_tag% PlaceholderAPI placeholder. See the wiki for more info
+ Added: [Suggestion] Option to create a definitions_gui.yml file. If created, options like the item type etc. are defined in that file instead of the local file.
This is useful if you're maintaining multiple locale files and want slots, item types, model data etc. to be the same across all locales.
YAML:
# Lands menu options (/lands menu)
gui:
 # Create an additional definitions file in which slots, item types etc. are configured.
  # This is useful, if you maintain multiple locale files and want item slots, model data etc. to be the same across all locales.
  # In that file you can configure everything that isn't locale specific.
  definitions-file: false
+ Changed: Moved "increase-max-size-per-member" from config.yml to the player-limits.yml file as "increase-land_size"

- Fixed: Opening storage menu causing error on some server versions due to title change
Top Bottom