Fix initialisation crash failing compilation (#320)
Simplify saved position manager logic
Merge remote-tracking branch 'origin/master'
Add Turkish (tr-tr) locales, courtesy of @WinTone01 (#310)
Remove server auto-fetching due to instability
Merge pull request #307 from davgo0103/master
Merge pull request #284 from WiIIiam278/dependabot/gradle/org.jetbrains-annotations-23.1.0
Merge pull request #283 from WiIIiam278/dependabot/gradle/net.kyori-adventure-platform-bukkit-4.2.0
Merge pull request #286 from WiIIiam278/dependabot/gradle/net.william278-Annotaml-2.0.1
Bump version number
Adjust caching mechanism for player lists
HuskHomes 3.2.1 is now available to address some outstanding issues present in v3.2, including some critical issues if you are using permission restricted warps.
- Fixed an outstanding issue with permission restricted warps that prevented their use even if the user had the right permission node, courtesy of @Lorias-Aegorin (#280)
- Fixed permission restricted warps not TAB completing correctly, even if the user had the correct permission (#273)
- Fixed a placeholder not being correctly replaced on the free home limit warning (#278)
- Fixed an issue that meant the pagination buttons on the home list menu would paginate through your own home list rather than the target users' homes (#274)
- A number of improvements to the cross-server network messaging system have been made to improve system stability, particularly in cases where plugin message callbacks would fail with a dispatch error (#275)
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @ApliNi (#270)
- Updated the Italian (it-it) locales, courtesy of @iVillager (#274)
- Updated the German (de-de) locales, courtesy of @Ceddix (#269)
To update, just drag+drop. You may wish to regenerate your languages file if you're making use of the mentioned locales that received updates.
Merge pull request #280 from Lorias-Aegorin/warps
Fix warp permission nodes not enforcing lower case
Fix placeholder on home slots economy warning, close #278
Merge pull request #269 from Ceddix/master
Merge pull request #276 from WiIIiam278/dependabot/gradle/net.kyori-adventure-api-4.12.0
Plugin message dispatch logic (#275)
Bump to v3.2.1
Fix list and TAB completion issues; close #272, #273