Compatibility
Minecraft: Java Edition
1.21.5
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
Changelog
Henny Essentials V1.0.4-E1
Changes in this version:
More vanish fixes
- Fixed a bug where changing worlds while in vanish removed your skin until server restart
Playtime
- HE will now track each players playtime
/he playtime
- Option in config to enable/disable counting AFK time as playtime
Permissions
- The way HE behaves when LuckPerms integration is enabled has been changed.
- When using LP integration, players should use
lp verbose on
to check what permission nodes to use for commands. - When not using LP integration, players should use
he permission verbose
to check what permission nodes to use for commands.- Example HE permission:
command.he.permission.user.add
- Example LP permission:
command.he.adduserperm
- Example HE permission:
- Fixed dimension permission denied teleport to use correct look angles
- Added new PermissionConfig:
shouldIncludeArgumentNodesInPermissions
- this will add nodes to command arguments in HE Permissions. This won't do anything if LP integration is enabled.- Example: The enchant command HE permission is
command.enchant
- With
shouldIncludeArgumentNodesInPermissions
set to true, the full permission would becommand.enchant.targets.enchantment.level
- If a player only has permission
command.enchant.targets.enchantment
, they cannot set a level and the command will default to level 1. - This gives further customisation on which commands and which arguments players can use.
- Example: The enchant command HE permission is
Chat Colors
- HE now supports chat colors if chat formatting and chat colors enabled in config.
- Color code symbol can be changed in config. Default is:
&
- If permissions enabled AND permissionCheckForChatColors enabled, you need the following permissions:
he.chat.format.COLORNAME
- You can find the list of colors HERE
- For example, to give a player access to all formats you would give permission
he.format.*
- To give a player access to only dark gray text you would give permission
he.format.dark_gray
Command Aliases
- You can now define a list of aliases for a command, instead of just one alias for one command.
- Your aliasMap in config will be automatically migrated to an
aliasList
where you can then add more aliases. - Example:
"aliasConfigs": {
"aliasList": {
"he kits": [
"kits",
"listkits",
"kitlist"
]
}
}
Command Tokens
- CommandTokens now have an optional
reusableUsageLimit
.- if the token is reusable, it will disappear on its final use
- CommandTokens can now have a "permission" string added to their config entry and if permissions are enabled, only players with the defined permission can use the token.
- CommandTokens now have a
shouldWriteToAuditLog
option to determine whether to log usages of that token to Audit Log- Must have
shouldWriteCommandTokenUsagesToAuditLog
set to true to work.
- Must have
Back command
- There is now a config option to make the
/he back
command save your last teleport location as well as last death location. - The teleports it will register are teleports done by HE mod. Actions such as nether portals and ender pearls will not count.
Kit and Warp names are now stored as lowercase
- ^^^ All previously saved kits and warps will be converted. No manual action required.
Files
Metadata
Release channel
BetaVersion number
1.0.4-E1+neoforge-1.21.1Loaders
Game versions
1.21.1Downloads
15Publication date
April 17, 2025 at 6:54 PMPublisher
hennyhex
Member