
Lands - Land claim plugin 7.15.6
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
- Fixed: Startup with invalid skulls in GUI locale
If you receive a warning about this in console, you need to update your GUI locale file: https://github.com/Angeschossen/PluginFrameworkAPI/wiki/New-Head-Textures
- Fixed: /lands deposit all - with item eco
- Fixed: Area creator becoming member
- Fixed: High amount of async tasks due to TTL cache
- Fixed: no-claims land deletion option not working of owner inactivity disabled
- Fixed: Some tenant related issues
- Fixed: Error at paper item move event
- Fixed: Issue with sell sign causing error in menu
- Fixed: RTP error with Folia
- Fixed: Some other issues I forgot to log...
- Fixed: Issue with RoseStacker and monster spawn flag in lands
- Fixed: High usage with minecart
- Fixed: Error with scoreboard on Folia, since Folia does not support them
- Fixed: Cashback calc with ADD mode
- Fixed: Getting tpd out of claim on login despite ally role having enter flag
- Fixed: Default camp name
+ Changed: Default camp name now includes a space
- Fixed: Camp name in menu
- Fixed: Wrong flag for tnt minecart explosion
- Fixed: Mohist chat action input
- Fixed: {blocks} placeholder for sell signs
- Fixed: /lands leave - should only lands youre trusted in
- Fixed: Rental validation check causing bought areas to fail to load
- Fixed: Managed by nation item
- Fixed: Minecart protection check - performance
- Fixed: Infinite symbol for potion effects inside nation not displaying
- Fixed: Potion effect not getting removed when disabling in nation menu
The name options (name length etc.) for land and nation names have changed. You may need to re-configure them in config.yml and nations.yml.
+ Added: The name options for lands and nations were changed to give you more freedom and flexibility.
Also nations now have their own name config in nations.yml
# Land name options
name:
# Should spaces be allowed in land 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.
spaces: false
# Maximum land name length
# The maximum possible length is 80 when using MySQL and 32 when using SQLite (including color codes).
# How to filter names: https://github.com/Angeschossen/General/wiki/Messages#filter-swear-words-and-forbidden-names
length_2: 24
# Should colors be allowed in land names?
# Disabling this option at a later time, will also remove color from existing lands.
color_2: true
# Should land names be allowed to include formatting, such as bold, underlined etc.?
format: true
# Should numbers be allowed in land names?
numbers: true
# Allow only latin letters for land names?
# If enabled: They won't be able to use chinese letters etc.
only-latin: false
+ Added: Option to only allow latin characters for land/nation names
+ Added: Option to remove combat tag upon death
# Remove the combat tag upon death?
death-remove: true
- Fixed: Chat input for Folia
- Fixed: Potion effects in nation not persisting over restart