LuckPerms is a powerful permissions mod for Hytale servers. Control what features players can use by creating groups and assigning permissions. Includes a built-in chat formatter and web editor support.
The same LuckPerms you know from Minecraft is now available for Hytale. If you’re running a server and need to manage what players can do, LuckPerms provides the most reliable and feature-rich permission system available.
What Does This Mod Do?
LuckPerms allows server admins to control what features players can use by creating groups and assigning permissions. Whether you need simple player ranks or complex permission hierarchies, LuckPerms handles it all.
The Hytale edition also includes a built-in chat formatter, letting you customize how player names and messages appear in chat.
Key Features
Performance Optimized
LuckPerms is written with performance and scalability in mind. It handles thousands of players without breaking a sweat, making it suitable for servers of any size.
Multiple Configuration Methods
Set up permissions your way:
- Commands - Use in-game commands for quick changes
- Config files - Edit YAML/JSON files directly
- Web editor - Visual browser-based editing
Flexible Data Storage
LuckPerms supports multiple storage backends:
- Flat files (YAML, JSON, HOCON)
- MySQL / MariaDB
- PostgreSQL
- MongoDB
- SQLite
Group System
Create permission groups and assign players:
| Command | Description |
|---|---|
/lp creategroup <name> | Create a new group |
/lp group <name> permission set <perm> | Add permission to group |
/lp user <player> parent set <group> | Assign player to group |
/lp listgroups | View all groups |
Web Editor
The web editor provides a visual interface for managing permissions:
- Run
/lp editorin-game - Click the generated link
- Make changes in your browser
- Save and apply
Built-in Chat Formatter
Customize chat appearance with prefixes, suffixes, and colors. Configure different formats for each permission group.
How to Use
Basic Setup
- Install the mod on your server
- Create your permission groups
- Assign permissions to each group
- Add players to appropriate groups
Common Commands
| Command | Description |
|---|---|
/lp | Main command, shows help |
/lp user <player> info | View player’s permissions |
/lp user <player> permission set <perm> | Give permission to player |
/lp editor | Open web editor |
/lp sync | Sync permissions across servers |
Who Is This Mod For?
This mod is ideal for:
- Server owners who need permission management
- Communities with multiple staff ranks
- Networks running multiple servers
- Anyone who wants granular access control
You might not need this if:
- You’re playing singleplayer only
- You run a small private server without ranks
Compatibility
- Hytale Version: Early Access and above
- License: MIT License
- Conflicts: May conflict with other permission mods
Resources
- Wiki: luckperms.net/wiki/Hytale
- Discord: Support available on the LuckPerms Discord
- GitHub: Report bugs and track known issues
About the Author
Iucko (lucko) is the creator of LuckPerms, one of the most widely used permission plugins in the Minecraft ecosystem, now brought to Hytale.
Frequently Asked Questions
Is LuckPerms free to use?
Yes, LuckPerms is completely free and open source under the MIT license.
Can I migrate from another permission system?
LuckPerms includes migration tools for common permission plugins. Check the wiki for specific migration guides.
How do I set up inheritance between groups?
Use /lp group <child> parent add <parent> to make one group inherit permissions from another.