How to Set Up Ranks on Your Minecraft Server Using LuckPerms
How to Set Up Ranks on Your Minecraft Server Using LuckPerms
Create ranks and manage permissions with the most popular permissions plugin
What is LuckPerms?
LuckPerms is a permissions plugin that lets you create ranks (groups) and give them their own permissions. Players can then be assigned to these ranks.
Getting Started & Installation
- Go to Minecraft, and then go to the "Spigot Plugins" or "Modrinth Mods" depending on your server software.
- Search for "Luckperms" and install the latest version.
- Restart your server so it loads.
Creating a Rank
Create a new group (this becomes a rank): /lp group vip create
Give it a prefix that shows next to player names: /lp group vip meta setprefix "&b[VIP] "
Add permissions to the group: /lp group vip permission set essentials.kits.vip true
Add a player to the group: /lp user PlayerName parent add vip
Setting Up the Default Rank
Every player starts with the built-in "default" group:
Give it a prefix: /lp group default meta setprefix "&7[Member] "
Add the permissions every player should get: /lp group default permission set essentials.spawn true
Essential Commands
- /lp sync: forces a refresh of permission data.
- /lp editor: opens a web editor for managing groups and permissions by clicking.
- /lp group vip parent add default: makes a rank inherit another rank's permissions.
Important Considerations
- Permission Nodes: A command only works if the right permission is granted to the right group.
- Updates: Permission changes can take a moment. Use /lp sync if needed.
Conclusion
With LuckPerms you can create ranks, add permissions and assign players in a few commands. A proper permission system for your server.
Similarly, if you are having any type of issue or problem with your server at MCServerHost you can always get in touch with us by joining our Discord server or writing to us at support@mcserverhost.com.
Related guides
- How to Allow Multiple Versions to Join Your Minecraft Server with ViaVersion — Let players on different Minecraft versions join your server, whatever version it runs
- Pre-Generating Your Minecraft World with Chunky — Improve Minecraft server performance and reduce chunk lag using the Chunky pre-generation plugin.
- How to Install and Configure SkinsRestorer — How to Install and Configure SkinsRestorer at MCServerHost
- How to Convert Your Minecraft Bedrock World to Java Edition Using Chunker — How to Convert Your Minecraft Bedrock World to Java Edition Using Chunker