HuskHomes 4.6.3 fixes bugs and adds support for Minecraft 1.20.6 on Fabric servers.
- Fabric: HuskHomes now targets Minecraft 1.20.6
- Add support for PostgreSQL data storage, courtesy of @PseudoResonance (#616)
- Added world-specific permissions for
/rtp
, courtesy of @alazeprt (#626)- Added
huskhomes.command.rtp.(world_name)
permissions, letting you let users/rtp
to specific worlds as you desire - This replaces
huskhomes.command.rtp.world
- Added
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#605)
- Fixed
/setspawn
not updating world spawns when it was run (#622) - Fixed the error message when trying to set home when free slots had been expended being misleading (#614)
- Fixed the cooldown message when less than a second was remaining displaying incorrectly (#615)
- API: Added a
TeleportWarmupCancelledEvent
, courtesy of @alexdev03 (#628)
To update, just drag+drop. You may wish to regenerate your locales for this release as there is a minor addition.
refactor: adjust task system to better support folia
feat: actually set the world spawn on /setspawn
, close #622
fix: misleading error thrown expending free home slots, close #614
fix: 0 seconds in cooldown shows empty space, close #615
refactor: fix plugin messaging on Fabric
build: Java 21 is needed to compile fabric