Source documentation for Hytale permissions system
| Property | Value |
|---|---|
| Hytale Build | Pre-release (February 2026) |
| Decompiler | Vineflower |
| Decompilation Date | February 2026 |
| Documentation Version | 1.1.0 |
| JAR Location | AppData/Roaming/Hytale/install/release/package/game/latest/Server/HytaleServer.jar |
The following packages were analyzed:
com.hypixel.hytale.server.core.permissions
com.hypixel.hytale.server.core.permissions.provider
com.hypixel.hytale.server.core.permissions.commands
com.hypixel.hytale.server.core.permissions.commands.op
com.hypixel.hytale.server.core.event.events.permissions
com.hypixel.hytale.server.core.command.system.exceptions
| Category | Files |
|---|---|
| Core Permissions | 3 |
| Providers | 2 |
| Commands | 8 |
| Events | 3 |
| Exceptions | 1 |
| Total | 17 |
PermissionHolder.java- Base interface for permission holdersPermissionsModule.java- Central permissions coordinatorHytalePermissions.java- Built-in permission constants
PermissionProvider.java- Provider interfaceHytalePermissionsProvider.java- Default file-based implementation
PermCommand.java- Base /perm commandPermUserCommand.java- User permission subcommandsPermGroupCommand.java- Group permission subcommandsPermTestCommand.java- Permission testing commandOpCommand.java- Base /op commandOpSelfCommand.java- Toggle own OP statusOpAddCommand.java- Add player to OPOpRemoveCommand.java- Remove player from OP
PlayerPermissionChangeEvent.java- User permission changesGroupPermissionChangeEvent.java- Group permission changesPlayerGroupEvent.java- Group membership changes
NoPermissionException.java- Permission denied exception
This documentation reflects the Hytale permissions system as of the decompilation date. Future Hytale updates may introduce breaking changes.
Known stable interfaces:
PermissionProvider- Core provider interfacePermissionHolder- Permission checking interface- Event classes and their structure
May change:
- Built-in permission node names
- Command syntax and subcommands
- Default group configurations
This documentation will be updated when:
- New Hytale builds introduce permissions changes
- Community discovers undocumented features
- HyperPerms development requires clarification
Last updated: February 2026