
Lands - Land claim plugin 7.15.6
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
+ Added: /wars list - opens menu with active wars
+ Improved: Handling of thousands of land updates via Redis. This is important for upkeep, taxes etc.
where almost always all lands are altered
+ Improved: Default GUI locale for wars
- Fixed: Issue with /lands balance and gold blocks
+ Added: [Suggestion] %lands_land_category% PAPI placeholder
+ Added: You can now use #hexText instead of {#hex}Text
Attention: The old SQLite and MySQL database schemas are no longer supported, please migrate to the new ones, if you don't
use SQLite-v2 or MySQL-v2 in the configuration. The plugin will send you a warning at startup, if this is the case.
Instructions: https://github.com/Angeschossen/Lands/wiki/Database#schema-migration
While the old schema still works, its recommended to migrate to the new one for better performance and future features.
+ Added: New flag BLOCK_SPREADING: https://github.com/Angeschossen/Lands/wiki/Natural-Flags
+ Added: Multi locale support for inbox messages
+ Changed: Allow placement of landblock in non-solid blocks
- Fixed: Error when forcefully deleting land while area being rented
- Fixed: War start broadcast didn't get sent
- Fixed: Land enter title
+ Changed: chunk-distance option behaviour for the "nation" option. Read:
# Set the minimum Euclidean distance in chunks (16 blocks).
# Players can bypass this restriction, if their role has the LAND_CLAIM_BORDER flag in the neighboring land.
chunk-distance:
# Set the minimum distance in chunks (16 blocks) between two lands that aren't part of any nation.
land_2: 1
# Set the minimum distance between a land that tries to expand to a neighbouring nation.
# This value only applies to surrounding lands. That means that if a nation tries to expand and the
# neighbouring claim isn't part of a nation, the "land_2" value from above will be used instead.
nation: 3
+ Added: [Suggestion] {player_display} placeholder for messages in lands and nation chat
- Fixed: Error while parsing enter message
+ Added: A menu that displays all online members of an area, land or nation
+ Changed: Allow chunk-distance buffer zone to be Euclidean distance instead of square
- Fixed: Sending mutual declaration via Redis
- Fixed: War timeout display at /war info
- Fixed: Don't open menu of deleted land
+ Changed: Chunk buffer zone is now a square around claim instead of euclidian distance