How to Set Up and Use LuckPerms

To set up permissions on your plugins server you will have to use a permissions plugin, like LuckPerms.
This article will help you install and set up LuckPerms into your server.

❓ What is LuckPerms ❓
LuckPerms is a lightweight permissions plugin. GGServers adopted this plugin because of its great features and simple configuration.
For more information we recommend you consult the official LuckPerms wiki here.
⚠ Important Notes ⚠
🔌 How to Install LuckPerms 🔌
** To install LuckPerms into your server you need to do the following:**
- Download the latest version of LuckPerms from here.

- Use FileZilla to upload the plugin to your server
pluginsfolder.

mods folder, as Sponge is made for modded servers.- Log in to your Multicraft panel here and start your server.
Now you just installed LuckPerms into your server. You can use the /plugins command to verify it installed successfully.
🔩 How to Configure and Use LuckPerms 🔩
💠 Creating and deleting a Group
To create a group with LuckPerms type: /lp creategroup
To delete a group with LuckPerms type: /lp deletegroup
To list all groups with LuckPerms type: /lp listgroups
💠 Setting permissions for Groups and Users
Groups
- Add permissions to a group:
/lp group permission set - To remove permissions from a group:
/lp group permission unset
Users
- Add a permission to a user:
/lp user permission set - Remove a permission from a user:
/lp user permission unset
💠 Setting up Users
- Set a user to a group:
/lp user parent set - Remove a user from a group:
/lp user parent remove - View a user's info:
/lp user info
💠 Setting up Groups
- To set a subgroup to a group, use:
/lp group parent set
/lp group warrior parents set default (by doing this, the group "warrior" will have all the default group's permissions)- View a group's info:
/lp group info - Set a group's weight:
/lp group setweight - List all group permissions:
/lp group permission list (page) - View group members:
/lp group listmembers (page) - Set group prefix:
/lp group meta setprefix
/lp group warrior meta setprefix &a[Warrior]&f (by doing this, the group "warrior" will have [Warrior] as a prefix in chat.)🗺️ WebEditor - The Best Way to Edit Permissions 🗺️
The Web Editor is an online editor for your permissions. Using it you will not have to use commands anymore, but you will use its interface to configure the permissions. It is the best way to edit your LuckPerm's permissions.
To create an editor session for all groups and any online users, do the following:
- Log in to your server.
- Use the following command:
/lp editor

[Old WebEditor]
Once you've finished making changes to the data, you need to save your changes on the server. Click on the Save button, or use the CTRL + S keyboard shortcut to save. The editor will generate a command which you need to run in-game or in the console for your changes to apply. Simply clicking on the command will copy it to your clipboard.
When you run the command, a summary of the changes will be shown.
Source: LuckPerms WebEditor Guide
---
❕ Useful Links ❕
- How to Set Tab Chat and Tag roles on Your Server Using LuckPerms
- How to Set Up and Configure Dynmap
- SpongeForge: Modded servers with Sponge Plugins
Updated on: 10/23/2023
Thank you!