How to Set Up Permissions with LuckPerms
How to Set Up Permissions with LuckPerms
LuckPerms is a permissions plugin that lets you control what players and groups can do on your server. This guide covers setting it up using the LuckPerms Web Editor.
Step 1 โ Install LuckPerms
- Go to Modrinth or Curseforge.
- Download the version that matches your server type and software.
- Upload the
LuckPerms.jarto yourplugins/folder. - Restart your server.
Step 2 โ Open the Web Editor
- Go to the Console tab in your panel.
- Type the following command
lp editorin the console and press Enter: - A link will appear in the console. Copy and open it in your browser.
Step 3 โ Create Groups and Assign Permissions
- In the web editor, click Create Group to add a new group (e.g.
admin,moderator,member). - Select a group and click Add Permission to assign permissions to it.
- Enter the permission node you want to grant (e.g.
essentials.fly) and set it to true. - Repeat for all groups and permissions you need.
Step 4 โ Assign Players to Groups
- Click on a player from the Users section, or search for them by username.
- Click Add Parent and select the group you want to assign them to.
- Repeat for all players you want to assign.
Step 5 โ Save and Apply
- Once you're done, click Save in the top right corner of the web editor.
- A command will be generated. Copy it.
- Paste the command into your server console and press Enter.
- Your permissions are now applied.
๐ Note: You can re-run
lp editorat any time to make further changes.