HuskHomes 4.9.4 adds a LuckPerms hook for better numerical permission calculating and lets you restrict where /back
can take you by world.
- Added a
restricted_worlds
option for the/back
command.- Lets you define a list of worlds, by name, where
/back
will not save the player's last position within
- Lets you define a list of worlds, by name, where
- Added
/huskhomes dump
to produce a system status dump of the plugin to the web - Added the ability to customise the home delimeter
- This is the character that separates player names from home names when teleporting to a public home or another user's private home. (e.g. the
.
(period) in "/phome <username>.<home_name>
") - This setting is useful for Bedrock users where the current default (a period -
.
) is being used as the Floodgate Bedrock user prefix
- This is the character that separates player names from home names when teleporting to a public home or another user's private home. (e.g. the
- Added a LuckPerms hook, which allows for more accurate numerical permission calculations (#542)
- On by default, if LuckPerms is installed. Can be disabled under
luckperms
in the config file - This lets the permission stacking calculator scan for duplicate keys - e.g. if you have the
huskhomes.max_homes.1
permission set twice, the calculated max homes will be2
instead of1
as is the case if this hook is not enabled
- On by default, if LuckPerms is installed. Can be disabled under
- Added the ability to disable the Plan hook (under
plan
in the config file)
To update from 4.9.3, regenerate your config.yml
and locales (messages-xx-xx.yml
) files.
HuskHomes 4.9.3 fixes bugs found in the previous release.
- Added
/huskhomes homeslots <username> [view|add|remove|set]
(#495)- Permission node:
huskhomes.command.huskhomes.homeslots
(operator-only by default) - Requires economy features to be enabled and an economy hook to be loaded
- Lets admins manually adjust the purchased home slots of another user
- Permission node:
- Improved the compatibility of
/back
with EEssentials and other Fabric server-side mods (thanks: Novoro) - Fixed explicit negative warp permission nodes not overriding permission-restricted warp wildcard nodes (#779)
- Fixed
/tpaall
failing to send request messages out on the local server (#777)
To update from v4.9.2, please regenerate your locale (messages-xx-xx.yml) file.