Skip to content

Permissions

EverEssentials uses Hytale’s native permission system. This page lists all available permission nodes.

All EverEssentials permissions follow this pattern:

everessentials.<category>.<action>

Hytale’s permission system supports wildcards:

WildcardDescription
everessentials.*Grants all EverEssentials permissions
everessentials.home.*Grants all home-related permissions
everessentials.sethome.*Grants all sethome permissions

PermissionDescription
everessentials.homeUse the /home command
everessentials.home.othersTeleport to other players’ homes

PermissionDescription
everessentials.homesUse the /homes command
everessentials.homes.othersList other players’ homes

PermissionDescription
everessentials.sethomeUse the /sethome command (1 home)
everessentials.sethome.multipleHave multiple homes (uses default limit)
everessentials.sethome.multiple.<rank>Have multiple homes with rank-specific limit
everessentials.sethome.multiple.unlimitedUnlimited homes
everessentials.sethome.othersSet homes for other players

The multi-home system works as follows:

  1. Without sethome.multiple: Player can only have 1 home
  2. With sethome.multiple: Player can have homes up to the default limit (3 by default)
  3. With sethome.multiple.<rank>: Player can have homes up to the rank-specific limit
  4. With sethome.multiple.unlimited: Player has no home limit

PermissionDescription
everessentials.delhomeUse the /delhome command
everessentials.delhome.othersDelete other players’ homes

PermissionDescription
everessentials.renamehomeUse the /renamehome command
everessentials.renamehome.othersRename other players’ homes

permissions:
- everessentials.home
- everessentials.homes
- everessentials.sethome
- everessentials.delhome
- everessentials.renamehome
permissions:
- everessentials.home
- everessentials.homes
- everessentials.sethome
- everessentials.sethome.multiple
- everessentials.sethome.multiple.vip
- everessentials.delhome
- everessentials.renamehome
permissions:
- everessentials.*

Or more granular:

permissions:
- everessentials.home.*
- everessentials.homes.*
- everessentials.sethome.*
- everessentials.delhome.*
- everessentials.renamehome.*