- Feature: Option to toggle chunk unclaim at player leaving land
Code (YAML):
# Should chunks be unclaimed if the player that claimed them leaves the land and the landowner is not allowed to claim any more chunks (player_chunks limit from player-limits.yml)?
leave-unclaim: false
- Fix: Swallowed exceptions at retrieving offline players and their limits
- Fix: Error at chunk unclaim via map (race condition)
- 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...