HuskHomes 4.6.1 fixes a bug for Redis users, adds a missing permission node check, and adds some new API hooks for Fabric users!
- Fixed plugin messaging channels failing to register if the
REDIS
message broker was in use - Fixed a permission node check for teleporting
other
players being missing when using/tp
, courtesy of @Emibergo02 (#567) - Fabric: Added Support for Impactor Economy and Fabric PlaceholderAPI, courtesy of @ahdg6 (#572)
- Note that Impactor only supports MC 1.20.1 at the moment — but should work when they update!
To update, just drag+drop.
build: add impactor/fpapi to publish CI deps
refactor: housekeeping, update docs
feat/fabric: Add Support for Impactor Economy and PlaceholderAPI (#572)
-
Fabric: add economy and placeholderapi hook
-
Update gradle.properties
fix: Add missing other
permission check in teleport command logic (#567)
-
Permission for player tp only
-
Changed according to Docs huskhomes.command.tp.other instead of huskhomes.command.tp.player
-
Documentation update
-
Revert "Documentation update"
This reverts commit 902703e16876bc57e88cc32840413534f14eb7d0.
-
Requested changes
-
Check if the target has username before checking his permissions
fix: plugin message channels not registering with Redis broker