/
A server utility / community administration tool
Server-side Only: This mod is only required on the server side. Clients can connect without having the mod installed.
📌 Join the Discord for support 🔔 As of Version 1.0.1, Henny Essentials no longer requires Architecury API to be installed.
config/HennyEssentials/Conditions.json to run commands based on player actions.playtime type conditions — more types to come in future versions.triggerValue is in seconds (e.g., 300 for 5 minutes).%p placeholder for the player name.{
"type": "playtime",
"triggerValue": 300.0,
"commands": [
"say hi %p!",
"give %p minecraft:diamond"
],
"conditionID": "admin-rank"
}
/he condition reloadconfig – Reloads the Conditions config file./he condition manualredeem <player> <conditionID> – Manually trigger a condition reward./he condition unredeem <player> <conditionID> – Reset a condition so a player can earn it again.config/HennyEssentials/Pages.json./he page to access custom pages.{
"pages": [
{
"linesPerPage": 5,
"content": [
"§aA line on a page.",
"§bAnother line!",
"§aThis is the third line!",
"§bLine number 4!",
"§aTHE LAST LINE OF THE PAGE!",
"§bTHE FIRST LINE OF A NEW PAGE!",
"§aHello <3"
],
"header": "§bDefault §aPage",
"pageID": "default",
"padding": "§8~"
}
]
}
&).he.chat.format.COLORNAMEhe.chat.format.dark_gray for dark gray text.he.format.* to allow all formats.lp verbose on./he permission verbose.lp verbose command to check permission nodes for commandsProvides various utilities to moderate a server:
config/HennyEssentials/HennyEssentials.json.permissionsEnabled and luckPermsIntegration to true in config.dimension.minecraft:the_nether.home.limit.NUMBER.he.home.nocooldown, he.tpa.nocooldown, etc.weight.number to determine priority.weight.100 and their group has weight.99, the user's prefix will be displayed first.config/HennyEssentials/Announcements.json that are broadcast at regular intervals./he reloadAnnouncements./he kit setCategory assigns a kit to a category.kit.kitname to redeem./he createkit kitname cooldown./he editkit) or deleted (/he deletekit)./he kit setDisplayIcon./he warp setCategory assigns a warp to a category./he warps) adapts to whether categories exist.warp.warpname (optional, from config).warpcategory.category/he warp setDisplayIcon.home.limit.NUMBER permission nodes.he.home.nocooldown)./he back teleports players to their last death location.he.afk.nokick exempts players from being kicked./warp, /home, /back, /tpa, etc.he.warp.nocooldownhe.tpa.nocooldownhe.home.nocooldownhe.back.nocooldown/he banItem itemID reason or /he banHeldItem reason."he warps": "warps" creates /warps command that mirrors /he warps.config/HennyEssentials/CommandTokens.json./he token reloadConfig./he tempmute <player> <duration> <reason>
/he tempban <player> <duration> <reason>
/he mute <player> <reason>
/he ban <player> <reason>
/he banuuid <uuid> <reason>
/he unban <player>
/he unbanUUID <uuid>
/he unmute <player>
/he viewechest <player> ~ view player ender chest contents
/he invsee <player> ~ view player inventory
Duration format:
1M1w6d5m10s= 1 month, 1 week, 6 days, 5 minutes, 10 seconds
/he createkit kitname cooldown
/he editkit kitname
/he deletekit kitname
/he kits
/he kit <kitname>
/he permission
/he permission verbose
/he permission user add/remove "command.permission.node"
/he permission group add/remove "command.permission.node
/he permission user addByUUID playerUUID permission.node
/he permission user removeByUUID playerUUID permission.node"
/he token give <player> <tokenname> [true/false]
/he token reloadConfig
/he heal
/he vanish
/he feed
/he fly
/he repair
/he tpa <player>
/he tpahere <player>
/he home homename
/he sethome homename
/he delhome homename
/he homes
/he back
/he spawn
/he echest ~ ender chest menu
/he ctable ~ crafting table menu
/he stonecutter ~ stonecutter menu
/he anvil ~ anvil menu
/he reloadConfig [false]
/he reloadAnnouncements
config/HennyEssentials/HennyEssentials.jsonpermissionsEnabled and luckPermsIntegration for LuckPerms support.group.groupnamecommand.* work, but can bypass cooldowns./he createkit <KITNAME> <COOLDOWN_SECONDS>
permissionsEnabled: true in config.luckPermsIntegration: true for LuckPerms support.home.limit.5 to control home limits.he.afk.nokick or he.vanishonlogin allow for deeper control.
Server Essentials - Warps , Permissions , Kits , Command Tokens , Serverside , All In One