Permissions
All permission nodes HyEssentialsX provides — command permissions + bypasses + formats.
Table of Contents
Jump to a section
Overview
What it is, features, and goals
›
Installation
Install steps + recommended setup
›
Commands
Command list + examples
›
Permissions
Permission nodes and rank setup
›
Configurations
Config options and details
›
Tutorials
Common setups and how-to guides
›
Author & Support
Contact, bugs, feedback, links
›
Permission Reference
Search + copy tools included. This page is permission-focused.
Filters across all permission categories. Use copy buttons to copy the permission node.
Tip: search "cooldown", "tpa", "warp", "mute", "custom."
Copy buttons use your clipboard
Notes:
- Command permissions follow:
hyessentialsx.<command> - Cooldown bypass:
hyessentialsx.<command>.cooldown.bypass - Warmup bypass (if enabled):
hyessentialsx.<command>.warmup.bypass - Custom commands permissions:
hyessentialsx.custom.<command>
🧩 Permission Patterns & Formats
| Permission | Description | Example |
|---|---|---|
hyessentialsx.<command>
Copy
|
Base permission for a command. | hyessentialsx.spawn |
hyessentialsx.<command>.cooldown.bypass
Copy
|
Bypass cooldown for a specific command. | hyessentialsx.home.cooldown.bypass |
hyessentialsx.<command>.warmup.bypass
Copy
|
Bypass warmup for a specific command (if warmups enabled in your config). | hyessentialsx.warp.warmup.bypass |
hyessentialsx.sethome.max.<number>
Copy
|
Sets max homes per player (permission-based limit). | hyessentialsx.sethome.max.3 |
hyessentialsx.custom.<command>
Copy
|
Permission for a Custom Command defined in commands.yml. |
hyessentialsx.custom.discord |
hyessentialsx.paycheck.amount.<amount>
Copy
|
Overrides paycheck amount via permission tiers (highest matching amount wins). | hyessentialsx.paycheck.amount.250 |
hyessentialsx.kit.<kitname>
Copy
|
Per-kit permission (when kits.requirePermission=true). | hyessentialsx.kit.starter |
hyessentialsx.kit.<kitname>.bypass
Copy
|
Bypass cooldown for a specific kit. | hyessentialsx.kit.starter.bypass |
hyessentialsx.kit.bypass
Copy
|
Global kit cooldown bypass. | hyessentialsx.kit.bypass |
🔐 Extra / Special Permissions
| Permission | Description |
|---|---|
hyessentialsx.spawn.bypass
Copy
|
Bypass spawn protection radius restrictions. |
hyessentialsx.vanish.others
Copy
|
Allow using /vanish on other players (if present in your build). |
hyessentialsx.balance.others
Copy
|
Allow viewing other players’ balances. |
hyessentialsx.paycheck.amount.*
Copy
|
Special case: uses the default configured paycheck amount (not infinite). |
hyessentialsx.paycheck.amount.unlimited
Copy
|
Special case: uses the default configured paycheck amount (not infinite). |
hyessentialsx.near.bypass
Copy
|
Bypass /near restrictions (ex: hidden/vanished rules or range limits, depending on config). |
hyessentialsx.repair.bypass
Copy
|
Bypass repair restrictions (if your build/config enforces limits). |
hyessentialsx.afk.bypass
Copy
|
Bypass AFK restrictions (ex: auto-kick / timers, depending on config). |
hyessentialsx.back.bypass
Copy
|
Bypass restrictions for /back (if limited by config). |
hyessentialsx.home.bypass
Copy
|
Bypass restrictions for /home (if limited by config). |
hyessentialsx.warp.bypass
Copy
|
Bypass restrictions for /warp (if limited by config). |
hyessentialsx.jumpto.bypass
Copy
|
Bypass restrictions for /jumpto (if limited by config). |
hyessentialsx.rtp.bypass
Copy
|
Bypass restrictions for /rtp (if limited by config). |
hyessentialsx.tpahere.bypass
Copy
|
Bypass restrictions for /tpahere (if limited by config). |
hyessentialsx.tpahereall.bypass
Copy
|
Bypass restrictions for /tpahereall (if limited by config). |
hyessentialsx.tpa.bypass
Copy
|
Bypass restrictions for teleport requests (cooldowns/limits depending on config). |
hyessentialsx.freeze.bypass
Copy
|
Immune to being frozen (or bypass freeze limitations, depending on implementation). |
hyessentialsx.combatlog.bypass
Copy
|
Bypass combat logging restrictions. |
hyessentialsx.spawn.other |
Allow using /spawn <player>. |
hyessentialsx.spawn.all |
Allow using /spawn all. |
hyessentialsx.repair.other |
Allow repairing another player’s items. |
hyessentialsx.repair.all |
Allow repairing full inventories. |
hyessentialsx.clearinventory.other |
Allow clearing another player’s inventory. |
hyessentialsx.freecam.other |
Allow toggling freecam for another player. |
hyessentialsx.freeze.all |
Allow freezing all players at once. |
hyessentialsx.top.other |
Allow teleporting another player with /top <player>. |
hyessentialsx.home.other |
Allow accessing another player’s home. |
🌍 Command Permissions — Spawn & Teleportation
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.spawn Copy |
Teleports to spawn. | /spawn |
hyessentialsx.setspawn Copy |
Sets the spawn point. | /setspawn |
hyessentialsx.delspawn Copy |
Clears the custom spawn. | /delspawn |
hyessentialsx.back Copy |
Return to previous location. | /back |
hyessentialsx.top Copy |
Teleport to the highest block at your location. | /top |
hyessentialsx.jumpto Copy |
Jump to the block you’re looking at. | /jumpto |
hyessentialsx.rtp Copy |
Random teleport. | /rtp |
hyessentialsx.time.day Copy |
Set time to day. | /day |
hyessentialsx.time.night Copy |
Set time to night. | /night |
hyessentialsx.sleeppercent Copy |
Set sleep percentage (live update). | /sleeppercent |
🏠 Command Permissions — Homes
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.sethome Copy |
Set a home. | /sethome |
hyessentialsx.home Copy |
Teleport to a home. | /home |
hyessentialsx.homes Copy |
List all homes. | /homes |
hyessentialsx.delhome Copy |
Delete a home. | /delhome |
🌀 Command Permissions — Warps
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.setwarp Copy |
Create a warp. | /setwarp |
hyessentialsx.warp Copy |
Teleport to a warp. | /warp |
hyessentialsx.warps Copy |
List warps. | /warps |
hyessentialsx.delwarp Copy |
Delete a warp. | /delwarp |
🧭 Command Permissions — Teleports (Requests + Misc)
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.tpaaccept Copy |
Accept a teleport request. | /tpa accept |
hyessentialsx.tpadeny Copy |
Deny a teleport request. | /tpa deny |
hyessentialsx.tpacancel Copy |
Cancel your outgoing teleport request. | /tpa cancel |
hyessentialsx.tpaignore Copy |
Toggle ignoring teleport requests. | /tpa ignore |
hyessentialsx.tpahere Copy |
Request a player to teleport to you. | /tpahere |
hyessentialsx.tpahere.bypass Copy |
Bypass restrictions for /tpahere. |
(bypass) |
hyessentialsx.tpahereall Copy |
Request all players teleport to you. | /tpahereall |
hyessentialsx.tpahereall.bypass Copy |
Bypass restrictions for /tpahereall. |
(bypass) |
hyessentialsx.tphere Copy |
Teleport a player to you (direct admin-style teleport). | /tphere |
hyessentialsx.rtp.other Copy |
Random teleport another player. | /rtp <player> |
🎒 Command Permissions — Kits
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.kitcreate Copy |
Create a kit. | /kitcreate |
hyessentialsx.kit Copy |
Claim a kit. | /kit |
hyessentialsx.kits Copy |
List kits. | /kits |
hyessentialsx.kitdelete Copy |
Delete a kit. | /kitdelete |
📬 Command Permissions — Mail
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.mail Copy |
Use the mail system. | /mail |
hyessentialsx.mail.sendall Copy |
Send mail to all players (admin). | /mail sendall |
💬 Command Permissions — Chat & Messaging
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.msg Copy |
Private messages + reply. | /msg, /r |
hyessentialsx.clearchat Copy |
Clear chat. | /clearchat |
hyessentialsx.broadcast Copy |
Broadcast a message. | /broadcast |
hyessentialsx.adminchat Copy |
Admin chat toggle/send. | /adminchat |
👥 Command Permissions — Player Info
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.list Copy |
Show online players. | /list |
hyessentialsx.near Copy |
Show nearby players. | /near |
hyessentialsx.whois Copy |
View player info. | /whois |
hyessentialsx.seen Copy |
Last seen info. | /seen |
hyessentialsx.rules Copy |
Show server rules. | /rules |
hyessentialsx.motd Copy |
Show MOTD. | /motd |
hyessentialsx.playtime
Copy
|
View your playtime. | /playtime, /pt |
hyessentialsx.playtime.other
Copy
|
View other players’ playtime. | /playtime <player> |
💰 Command Permissions — Economy
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.balance Copy |
View your balance. | /balance |
hyessentialsx.balance.others Copy |
Allows viewing other players’ balances. | /balance [player] |
hyessentialsx.baltop Copy |
View baltop leaderboard. | /baltop |
hyessentialsx.pay Copy |
Pay another player. | /pay |
hyessentialsx.money.set Copy |
Admin: set a player’s balance. | /money set |
hyessentialsx.money.give Copy |
Admin: give money to a player. | /money give |
hyessentialsx.money.admin Copy |
Admin economy permission (umbrella for money admin actions, depending on your implementation). | /money * |
hyessentialsx.paycheck Copy |
Claim scheduled paycheck. | /paycheck |
⬆️ Command Permissions — Rankups
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.rankup Copy |
Use rankup commands. | /rankup |
🛡️ Command Permissions — Moderation
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.mute Copy |
Mute players. | /mute |
hyessentialsx.unmute Copy |
Unmute players. | /unmute |
hyessentialsx.tempban Copy |
Temporarily ban a player. | /tempban |
hyessentialsx.unban Copy |
Unban a player. | /unban |
hyessentialsx.ipban Copy |
IP ban a player. | /ipban |
hyessentialsx.freeze Copy |
Freeze a player. | /freeze |
hyessentialsx.unfreeze Copy |
Unfreeze a player. | /unfreeze |
hyessentialsx.combatlog.reload Copy |
Reload combatlog configuration (if supported by your build). | /combatlog reload |
hyessentialsx.vanish
Copy
|
Toggle vanish. | /vanish |
hyessentialsx.vanish.others
Copy
|
Allow using /vanish on other players. |
/vanish <player> |
hyessentialsx.iphistory Copy |
Display the IP history of player. | /iphistory |
Command Permissions - Shops
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.adminshop.use Copy |
Browse admin shops. | /adminshop |
hyessentialsx.adminshop.admin Copy |
Create and delete admin shops. | /adminshop create, /adminshop remove |
hyessentialsx.adminshop.edit Copy |
Edit admin shop contents. | /adminshop edit |
hyessentialsx.playershop.use Copy |
Browse player shops. | /shop |
hyessentialsx.playershop.create Copy |
Create player shops. | /shop create |
hyessentialsx.playershop.delete Copy |
Delete player shops. | /shop remove |
hyessentialsx.playershop.admin Copy |
Admin bypass for player shops (edit access). | /shop edit |
hyessentialsx.shop Copy |
Legacy/compat shop node (still checked in code). | (legacy) |
hyessentialsx.playershop Copy |
Legacy/compat player shop node (still checked in code). | (legacy) |
Legacy compat nodes still checked in code:
hyessentialsx.shop, hyessentialsx.playershop.
(Removed from docs as requested: hyessentialsx.shop.use, hyessentialsx.shop.edit, hyessentialsx.shop.admin.)
🧍 Command Permissions — Holograms
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.hologram.admin Copy |
Admin-level hologram access (override/bypass, depending on implementation). | /hologram * |
hyessentialsx.hologram.create Copy |
Create holograms. | /hologram create |
hyessentialsx.hologram.delete Copy |
Delete holograms. | /hologram delete |
hyessentialsx.hologram.edit Copy |
Edit hologram contents. | /hologram edit |
hyessentialsx.hologram.list Copy |
List holograms. | /hologram list |
hyessentialsx.hologram.move Copy |
Move holograms. | /hologram move |
hyessentialsx.hologram.reload Copy |
Reload hologram config/data. | /hologram reload |
hyessentialsx.hologram.cleanup Copy |
Cleanup orphaned/invalid holograms. | /hologram cleanup |
⚙️ Permissions — Core / System
| Permission | Description |
|---|---|
hyessentialsx.import Copy |
Allow importing/migrating data (admin-only). |
hyessentialsx.language Copy |
Allow changing/using language-related features. |
⚡ Command Permissions — Utilities & Toggles
| Permission | Description | Related Command |
|---|---|---|
hyessentialsx.afk Copy |
Toggle/set AFK status. | /afk |
hyessentialsx.more Copy |
Max a stack in-hand. | /more |
hyessentialsx.more.other Copy |
Use /more on other players/items (if supported). |
/more <player> |
hyessentialsx.trash Copy |
Open the trash/disposal GUI. | /trash |
hyessentialsx.fly Copy |
Toggle flight. | /fly |
hyessentialsx.god Copy |
Toggle invulnerability. | /god |
hyessentialsx.heal Copy |
Restore health. | /heal |
hyessentialsx.infinitestamina Copy |
Toggle infinite stamina. | /infinitestamina |
hyessentialsx.freecam Copy |
Toggle free camera. | /freecam |
hyessentialsx.repair Copy |
Repair items (hand or all). | /repair |
hyessentialsx.clearinventory Copy |
Clear inventory. | /clearinventory |