HuskTowns 2.5.3 adds support for Pl3xMap, adds a few new configuration features, and fixes several bugs. It also makes a small API change related to town colors.
- Added support for hooking with Pl3xMap (v3) to display town claims on your map, courtesy of @CoolDCB (#303)
- Added the ability to specify the regex filters used for restricting town names. (#305)
- Town names now only accept alphanumeric characters, underscores, and hyphens by default
- The configuration options for this have changed. Please regenerate your config or check the docs for the new settings
- The color picker now uses a horizontal pipe (|) as the swatch for better 1.20.1+ Unifont legibility
- The default "flag enabled" locale (used in the /town rules menu) has been changed to ☑ (a checkmark) to better express that it means a flag is enabled
- Commands are now also registered dynamically for server still running Spigot (as opposed to Paper servers)
- Fixed an issue where the town color command would not correctly work depending on the system environment the server was running on (#304)
- Fixed an issue where the monster spawning flag would not correctly prevent monsters from spawning when disabled (#283)
- Fixed a NoSuchElementCheck exception that could sometimes appear in the server console if Town Advancements were disabled
- API: Town colors are now represented using adventure TextColors instead of java.awt.Color objects.
- The #getColor() method on the Town object has been deprecated as of this release; please use the new #getTextColor() method instead
To update, you should regenerate just your config and locale files. Thank you!