Note: This update contains quite a lot of changes behind the scenes. While most of them were quite uniform, it's nevertheless recommended to take a backup! If you're planning to use this version on a production server, it is recommend to wait a few more days. You also need to re-configure your default natural land flags: default_list in config.yml
- Added: API: 3rd party plugins can now register their own flags. These flags will also be displayed in the lands menus. 3rd party developers can however decide if they will be displayed / toggleable etc.
https://github.com/Angeschossen/LandsAPI/wiki/Flags
- Fixed: Wrong msg at /Wars declare
- Fixed: Lightning does not charge creepers in claims
- Added: Tools option
tools:
# Should Lands give every new player the selection tool defined in your gui language file?
# If you for example set GOLDEN_HOE as the material in your gui language file, all GOLDEN_HOE's will trigger a selection, not just the given one.
# That means that players can craft the tool too and use it to create selections. However, /Lands selection still works without any tool in hand.
# Automatically giving new players the selection tool, just informs them about claiming and with it they can manage selections from air, instead of needing to touch the block directly.
selection:
enabled_21: true
# If true: The selection modification will cicly through pos1 and pos2.
# If false: left click = pos1 and right click = pos2
cicle: false