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 Create Multiple Worlds with Multiverse-Core — Create and manage multiple worlds on your Minecraft server with Multiverse-Core.
- How to Protect Your Server with CoreProtect — Installing and configuring CoreProtect to log changes and roll back griefing or theft.
- How to Change Your Server Seed — Changing your Minecraft server's generation seed to create a new world.
- How to Add a Custom Resource Pack to Your Minecraft Server — How to Add a Custom Resource Pack to Your Minecraft Server at MCServerHost