fix: handle negative perms with perm restricted warps, close #779
build: bump fabric deps
feat: add home slot admin adjust command, close #495
build: bump to 4.9.3
HuskHomes 4.9.2 fixes some significant issues in previous releases.
- Improved permission-restricted warps
- Changes permission restricted warps to use
huskhomes.warp.<name>
without the.command.
(to avoid sub-command conflicts) - Added wildcard permission support:
huskhomes.warp.*
is now supported
- Changes permission restricted warps to use
- Economy features are now disabled by default and must be explicitly enabled in
config.yml
- This is a more sensible default for the average user; most people aren't using economy features with HuskHomes and when enabled the economy home slot checks cause confusion with updating the max homes
- Economy status is now reported in
/huskhomes status
- Fixed economy feature checks still being made even if no economy service was available
- Fixed a crash on Fabric due to SnakeYML being missing (#761)
- Fixed
/tphere
and/tp <username1> <username2>
not working correctly due to incorrect username teleport validity checks - Fixed
/tpall
and/tpaall
incorrectly reporting that no users were available to teleport to you. - Fixed the death event being handled synchronously on Paper servers (which could infrequently lag), courtesy of @HaHaWTH (#774)
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @ZoruaFox (#770)
To update, just drag+drop and regenerate your locales (messages-xx-xx.yml
) file. Please also update your permission-restricted warp permissions if updating to this release to use the new format: huskhomes.warp.<warp_name>
feat: add economy mode to debug status screen
fix: economy checks being used even if no hook loaded