LuckPerms on a Hytale server provides a robust, highly customizable permission system that enables precise control over which commands and features different player ranks can access. The inclusion of a user-friendly web editor simplifies complex configurations, allowing the management of staff roles and player perks without manual code edits or server restarts. Furthermore, its extensive performance optimization and cross-server syncing ensure that permissions remain consistent and lag-free as a community network grows.
Note: Installing Luckperms will override the in-game permission system. Learn how to create an admin group here.
View a list of Hytale permissions here.
1. Download Luckperms here.
2. Log in to the BisectHosting Starbase panel.
3. Stop the server.
4. Go to the Files tab.
5. Open the mods folder.
6. Upload the .jar file from step 1.
7. Start the server.
8. Go to the Console tab.
9. Ensure Luckperms is running.
To set up Luckperms in-game, enter the following command: lp user <PlayerName> permission set luckperms.* true
Note: Allow all commands for a player with the following command:
/lp user <playername> permission set *. It is only recommended to set this for trusted admins or owners.
10. Enter the following: lp editor
11. Open the generated editor link.
12. Copy the command link.
13. Return to the BisectHosting Starbase panel.
14. From the Console, paste and enter the link.
15. Once connected, return to the editor and set up the desired permissions.
16. Click the Apply button to save any changes.
How to Create a Luckperms Admin Group on a Hytale Server
1. Log in to the BisectHosting Starbase panel.
2. Go to the Console tab.
3. Enter the following command: lp editor
4. Open the generated editor link.
5. On the Groups tab, press the plus + icon to add a new group.
6. In the Group Name field, input admin.
7. Enter any other desired details and click Add group.
| Option | Description |
| Group name | The code name of the group. |
| Display name | Shows how Luckperms displays the group. |
| Weight | The priority level compared to other groups. |
| Parent | Inherits permissions from another group. |
| Prefix/Suffix | Inserts tags before or after a player's name. |
8. Under Groups, choose admin.
9. In the Add permissions field, enter the following: hytale.*
Note: The
hytale.*command adds all permissions to the group. Select specific permissions manually if desired.
10. Press the +Add button.
11. Under Users, choose the desired user. If the desired user is not listed, enter the add parent command manually in the panel Console.
12. Next to Parent groups, click the plus + sign.
13. Choose admin.
14. Press the Apply button.
Copy and paste the apply link into the panel Console if prompted.
Common LuckPerms Commands
| Command | Description |
/lp user <playername> parent add <group> |
Adds the player to the group permissions. |
/lp user <playername> parent remove <group> |
Removes the player from the group permissions. |
/lp user <playername> permission set <permission> |
Grants the permission to the player. |
lp user <playername> permission settemp <permission> true <duration> |
Grants a temporary permission to the player with a duration such as 1h for 1 hour or 1m for 1 minute.
|
/lp user <playername> permission unset <permission> |
Removes the permission from the player. |
/lp group <group> permission set <permission> |
Grants the permission to the group. |
/lp group <group> permission unset <permission> |
Removes the permission from the group. |