🚀 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, lifetime discounts and to take part in our $175 raffle to win Steam gift cards.
Install and Configure Luckperms
Here’s a step-by-step tutorial on how to install and configure LuckPerms on a Minecraft server.
Go to the UltraServers dashboard
- Go to your dashbaord and click the Manage button on your server.
Download LuckPerms from the Plugins tab
- Go to the Plugins tab
- Search for LuckPerms.
- Click on the Install button.
Restart your Server
- If your Minecraft server is currently running, save and close it.
- Start the server again to load the newly added LuckPerms plugin.
Configure LuckPerms
- Connect to your Minecraft server and log in as an administrator or an operator (OP).
- Run the command
/luckperms setup
in the server console or in-game command prompt. - Follow the on-screen instructions to set up the initial configuration for LuckPerms.
- Confirm or modify the storage details (if applicable) and complete the setup.
Managing Permissions and Groups
- 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.
Managing 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 and Advanced Features
- Refer to the LuckPerms documentation for advanced configuration options and features such as inheritance, tracks, and temporary permissions.
- Explore the LuckPerms configuration file (
luckperms.yml
) located in the plugins/LuckPerms folder to modify global settings and defaults.
That’s it! You have now installed and configured LuckPerms on your Minecraft server. Remember to consult the official LuckPerms documentation for further details and advanced usage.
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.