🚀 UltraServers Relaunch We're thrilled to announce the relaunch of our service with a brand-new, streamlined panel designed to enhance your gaming experience. Join our Discord for more information about the 90% off your first month, and 70% recurring lifetime discount. Don’t miss out, discounts are only valid until December 14th, 2024.
Install and Configure Luckperms
Here’s a step-by-step tutorial on how to install and configure Luckperms on a Minecraft server.
Stop the Server
- Login to the panel. See Access the Panel for instructions.
- Navigate to the server where you wish to install Luckperms.
- Stop the server.
Install LuckPerms
- Click the 1 Plugins tab.
- 2 Search for
LuckPerms
. - Click on the 3 Install button.
- Select the correct version, and then hit the Install plugin button.
Start the Server
- Start the server to load the newly added LuckPerms plugin.
Configuration
Permissions and Groups
- If you wish to run the following commands under your own account and not the console, you can do
lp user username permission set luckperms.*
, which lets you do anything with luckperms. - To create a permission group, use the command
/lp creategroup [groupname]
(e.g./lp creategroup moderator
). - Assign permissions to the group using the command
/lp group [groupname] permission set [permission]
(e.g./lp group moderator * permission set essentials.kick
). - Add users to the group using the command
/lp group [groupname] user add [username]
(e.g./lp group moderator user add Notch
). - Modify other group settings such as prefixes and suffixes using appropriate commands (e.g.
/lp group moderator meta set prefix &4[Moderator]&r
). - Customize the default group by running commands such as
/lp group default permission set [permission]
or/lp group default parent add [groupname]
to inherit permissions from another group.
Individual Permissions
- To grant permissions to an individual player, use the command
/lp user [username] permission set [permission]
(e.g./lp user Notch permission set essentials.kit
). - Modify other user-specific settings using relevant commands (e.g.
/lp user [username] meta set prefix &a[VIP]&r
).
Additional Configuration
- The LuckPerms documentation provides advanced configuration options and features such as inheritance, tracks, and temporary permissions.
- Explore the LuckPerms configuration file (located in
/plugins/LuckPerms/luckperms.yml
) to modify global settings and defaults.
If you require further assistance, you can open a support ticket here.
Feedback and suggestions can be submitted here, or further discussed on our Discord server.