You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed all translations to have a period at the end of sentences.
Added a Chinese (Taiwan) language file
Added a blacklist option in the config to block certain regions from being added to AreaShop (you can provide a list of region names with regular expressions) by default only _global_ is on the list. Regular expressions make it possible to for example block all regions with a certain pattern.
Added a setting findTeleportToSign to change if /as find should teleport you to the first sign of the region or to the /as settp spot (with fallback to the middle of the region).
Fixed a small bug that would cause you to get teleported to the fallback spot instead of the /as settp one when you try to teleport to a sign but don't have permission for it (AreaShop changes your request to a non-sign teleport if you do have permission for that in that case)
Added an extra option to /as info to list all regions that do not have a group, use /as info nogroup.
Added name change detection on login of the player (checks if the players name matches the saved name for the regions that are owned by the players, works because getting regions happens with the UUID) and if it changed it will update the region flags and signs.
Changed that now all region flags and signs will be updated when starting the server, that way users don't think that something does not work simply because the region is not updated. This can be turned off by setting updateRegionsOnStartup to false in the config (updating the region happens slowly so it should not cause any noticeable lag).
Removed the /as updaterents and /as updatebuys commands, became redundant because /as reload also updates all regions now so that can be used instead.
Fixed translation of color codes for greeting/farewell messages for WorldGuard 6.0+ users (this problem was caused by an unintended breaking change by WorldGuard, check this ticket for details).