HytaleKit
LuckPerms

LuckPerms

by Iucko

utilityserver

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:

CommandDescription
/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 listgroupsView all groups

Web Editor

The web editor provides a visual interface for managing permissions:

  1. Run /lp editor in-game
  2. Click the generated link
  3. Make changes in your browser
  4. 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

  1. Install the mod on your server
  2. Create your permission groups
  3. Assign permissions to each group
  4. Add players to appropriate groups

Common Commands

CommandDescription
/lpMain command, shows help
/lp user <player> infoView player’s permissions
/lp user <player> permission set <perm>Give permission to player
/lp editorOpen web editor
/lp syncSync 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.