CurseForge · Hytale mod
HyperPerms
Permissions made visual: the first Hytale plugin with a dedicated browser-based editor.
Quick answer
Which HyperPerms release should I use?
HyperPerms-2.10.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Where should HyperPerms be installed in Hytale?
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
What else does HyperPerms-2.10.0.jar need?
HyperPerms-2.10.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Add HyperPerms without breaking your instance.
Built for HyperPerms-2.10.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use HyperPerms-2.10.0.jar. It targets Hytale; another release may target a different game build or dependency set.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Enable it on the world host
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
- 04
Pick the file you checked
Use the “Get this file” button beside HyperPerms-2.10.0.jar. It opens that exact file at the source.
About this project
What does HyperPerms add?
The first Hytale permissions plugin with a web editor.
Run /hp editor. Your browser opens. Edit permissions visually — groups, inheritance, prefixes, everything. No config files. No commands to memorize. Just click, drag, and save.
Works on any device with a browser. No desktop apps required.
⚠️ Early access — actively developing. Report bugs and help shape the future of this plugin!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Get Running in 60 Seconds
- Drop
HyperPerms.jarin your mods folder - Start your server
- Run
/hp editor— or/hp template apply survivalfor instant ranks - That's it.
Need a full rank hierarchy? Pick from 11 ready-made templates — survival, RPG, factions, skyblock, prison, creative, SMP, towny, minigames, vanilla, or a staff-only setup. One command gives you groups, permissions, inheritance, prefixes, and tracks.
Prefer the command line? Everything in the web editor is also available via /hp group, /hp user, and 40+ subcommands.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Web Editor Highlights
- Drag-and-drop permission management
- Interactive inheritance graph — see how groups connect at a glance
- Smart autocomplete with 300+ permissions organized by plugin and category
- Live chat preview — see exactly how your ranks look before saving
- Temporary permissions — set durations like
2h30mor1wwith a built-in picker - Context rules — assign permissions per-world or per-gamemode
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Works With Your Favorite Plugins
VaultUnlocked
Official partnership. Any plugin using VaultUnlocked for permissions works automatically — zero configuration. Install both and they connect on their own. Get VaultUnlocked
MMOSkillTree
First-class support with 200+ permission nodes pre-registered. All 23 skills, all 140 XP boost nodes, full ziggfreed.* alternate prefix resolution, tab completion, and web editor autocomplete — all out of the box.
HyperFactions
Faction tags, colors, and ranks appear in chat automatically. No setup needed.
PlaceholderAPI
Two-way placeholder support — use %hyperperms_prefix%, %hyperperms_group%, %hyperperms_suffix%, and more in any PlaceholderAPI-compatible plugin.
MysticNameTags
Tag permissions and nametag display stay in sync. When a player's group or permissions change, their nameplate updates automatically.
WerChat
Full chat channel support with prefix/suffix integration.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Coming From LuckPerms or PermissionsPlus?
One command migrates everything — groups, users, tracks, temporary permissions, and contexts.
/hp migrate luckperms (preview changes)
/hp migrate luckperms --confirm (execute migration)
/hp migrate permissionsplus` — Preview migration (dry-run)
/hp migrate permissionsplus --confirm` — Execute migration
Supports YAML, JSON, H2, and MySQL/MariaDB backends. An automatic backup is created before anything changes.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Multi-Server Ready
Three storage backends to match your setup:
- JSON — Zero setup, works immediately
- SQLite — Embedded database for single servers
- MariaDB / MySQL — Shared database across your network with HikariCP connection pooling
Set storage.type in config.json. Schema auto-creates on first run.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Everything You'd Expect, and More
Permissions — Wildcards (*, rpg.dungeon.*), negation (-hytale.command.spawn), temporary durations (1d, 2h30m, 1w), context-aware resolution, and unlimited inheritance depth.
Groups & Ranks — Unlimited groups with weighted priority, parent inheritance, prefix/suffix with priority, promotion/demotion tracks, and custom display names.
Debugging — 10 toggleable debug categories (/hp debug toggle RESOLUTION). Trace permission resolution, cache behavior, storage operations, chat formatting, and more.
Backup & Restore — /hp backup create, /hp backup list, /hp backup restore. Never lose your configuration.
Analytics — /hp analytics summary shows permission health. /hp analytics hotspots reveals your most-checked permissions. Change history audit trail tracks who modified what and when.
Runtime Discovery — HyperPerms scans your installed plugins at startup and discovers their permission nodes automatically. Discovered permissions appear in the web editor with "Installed" badges.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
For Developers
- Event system —
GroupCreateEvent,UserGroupChangeEvent,PermissionCheckEvent, and more. All cancellable with priority levels. - Async API —
hasPermissionAsync(), fluentcheckAsync()builder, permission query API for bulk operations - Permission enumeration —
HyperPermsAPI.getResolvedPermissions(UUID)returns all granted permissions for a player - JitPack — Add as a dependency:
com.github.HyperSystemsDev:HyperPerms:<version>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Links
- Wiki & Docs — hyperperms.com/wiki
- Discord — Join the community
- Feedback — hyperperms.com/feedback
- Roadmap — hyperperms.com/wiki/roadmap
- Source — GitHub
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Built for Hytale from day one. Simple for beginners. Powerful for pros.
Project description from CurseForge.
Pick your setup
HyperPerms releases for each Hytale build.
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
HyperPerms releases and Hytale builds
HyperPerms-2.10.0.jar
24 Jun 2026
HyperPerms-2.9.6.jar
29 May 2026
HyperPerms-2.9.4.jar
2 Apr 2026
HyperPerms-2.9.3.jar
28 Mar 2026
HyperPerms-2.9.1.jar
9 Mar 2026
HyperPerms-2.9.0.jar
28 Feb 2026
HyperPerms-2.8.9.jar
28 Feb 2026
HyperPerms-2.8.8.jar
24 Feb 2026
HyperPerms-2.8.7.jar
22 Feb 2026
HyperPerms-2.8.6.jar
22 Feb 2026
HyperPerms-2.8.5.jar
17 Feb 2026
HyperPerms-2.8.3.jar
12 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.