Bugfixes
- Fixed: [#1492] Capture block not registring on placement
- Fixed: [#1487] Able to claim disconnected parts with /lands claim
- Fixed: Issue where admin land + /lands admin land setowner
would result in two owners being set
Claimblock Cashback
+ Added: [Suggestion] {chunks} placeholder to dynmap description
+ Added: If chunk cashback is set to 0, don't give back any claimblocks
- Fixed: Wrong timeunit for logging cooldown
Default Title hide
+ Added: [Suggestion] You now can add the TITLE_HIDE flag to the "land-flags" option in config.yml
to make the title disabled by default for new land creations
- Fixed: Wrong itemType identification for claimblocks
Camps
+ Added: [Suggestion] Camps
+ Added: [Suggestion] Camp give command: /lands admin give camp [silent]
+ Added: [Suggestion] Automatically give camp item to new players
- Fixed: [#1478] Negative progress error
- Fixed: Sorting of some help messages being incorrect
- Fixed: Level upd notification prior finished land creation
Combat Tag - Visualization
+ Added: [Suggestion] Visualize left combat-tag time with a bossbar
- Fixed: [#1477] Balance sorting /top
- Fixed: [#1475] Can't push non solid blocks at border
Flag set Admin Override
+ Added: [Suggestion] Do not allow the generation of portal in nether if player has no permission to place blocks or enter the area
+ Added: [Suggestion] /lands admin land * setflag command
+ Added: [Suggestion] /lands admin land setflag command
- Fixed: All reported issues
War Bypass
+ Added: Wars bypass permissions
lands.bypass.war.*:
description: Bypass war restrictions
children:
lands.bypass.war.trust:
description: Trust players during war.
lands.bypass.war.claim:
description: Claim during war.
+ Added: Raid option
# Block village raids if the initiator is not allowed to attack players in the claim?
block-raids: true
+ Added: Coordinate placeholders for capture point placement
invader: '#t#&aCapture Point[newline]&aplaced in enemy land: {land} Coords: {world}, {x}, {y}, {z}[newline]&aJoin them to capture the area.'
defender: '#t#&cCapture Point[newline]&cplaced in our land: {land} Coords: {world}, {x}, {y}, {z}[newline]&cGo there to join the defenders.'
+ Added: Change color of land, nation depending on the color if the level, if the land name has no color set
- Changed: Only send ban notification, if player is inside the area
API
+ Added: New API methods
For more details visit the github repo
Minor Fix
- Fixed: Task registering error at enable
Top Lands
+ Added: Sorting by level: /lands top level
+ Added: Clickable messages for /lands top
+ Added: More info hovers to /lands top
+ Added: {level} placeholder to lands list menu
- Fixed: Error at /lands help
Minor Fixes
+ Added: No delay at /wild world player if executed from console
- Fixed: Error at /lands help
Claimblocks and Visualization
+ Added: Option to ignore max claims at claimblocks
# Should claimblocks ignore the lands.chunks. permission?
ignore-max: false
+ Added: Visualization y offset
# Set a y offset (adjust height of visulization)
offset: 0
- Fixed: vehicle_usage flag
- Fixed: recipe registration error
+ Added: /lands merge command
+ Added: /lands unclaimall command
More info: https://github.com/Angeschossen/Lands/wiki/Commands
- Fixed: Capture point recipe not showing after /lands reload
Auto Land Creation
+ Added: Option to enable / disable capture point drops at removal:
# Should a capture point item be dropped at removal of the capture point?
drop: false
+ Added: Automatically create land, if the player has lands, but is not allowed to claim for them
Requires auto land creation to be enabled.
+ Added: Setting for /lands chat
# Settings for /lands chat
chat:
# Should /lands chat messages be forwarded to console?
forward: false
# Should global chat be muted for a player if they have /lands chat toggle enabled?
mute-global: false
Capture Option
+ Added: {land} placeholder in area menu title
+ Added: Option to disable capture points (wars): "capture.enabled"
+ Updated: Swedish language by @broken_arrow1
- Fixed: NullPointerException at level calculation in very rare cases
- Fixed: Capture point drop at explosion
- Fixed: Eventhandler registration error
- Fixed: Error at list menus, because GUI was not setup correctly