How to Set Up LuckPerms Ranks
LuckPerms is the standard permissions plugin for Paper and Spigot. Build a clean rank ladder from the console, create a group, set nodes with /lp group set, chain inheritance, and drop players in.
- 1Install and create a groupDrop LuckPerms in /plugins, restart, then run /lp creategroup admin to make your first rank.
- 2Grant permissionsUse /lp group admin permission set essentials.fly true. Wildcards like worldedit.* grant whole node trees at once.
- 3Set a weight/lp group admin setweight 100 decides rank order so prefixes and ties resolve highest-first.
- 4Chain inheritance/lp group admin parent add mod makes admin inherit every node mod has, so you never repeat permissions.
- 5Assign players/lp user Steve parent add admin puts a player in the rank. Verify with /lp user Steve permission check worldedit.region.
What you need
Quick answers
What is the command to set a permission?
How do ranks inherit from each other?
What does weight do?
How do I give a player a rank?
Why isn't my permission working?
Do I need a database for LuckPerms?
Groups, inheritance and the order permissions resolve in
Ranks are groups, and players inherit from them
A rank in LuckPerms is a group with permissions attached, and a player gets those permissions by being added to the group rather than by having them set individually. Setting a node on a player directly works and is almost always the wrong move, because the next twenty players need the same thing and nobody will remember where it was set.
Inheritance saves you from copying nodes
A member group can inherit from default, moderator from member, admin from moderator, and each level only lists what it adds. When a permission has to be taken back from one level, a negated node beats deleting it from the parent, because deleting it removes it from everyone below as well.
Weight decides who wins on a tie
When two groups grant conflicting things, the one with the higher weight takes precedence, and weight is also what orders prefixes in chat. A rank ladder without weights set looks fine until two staff groups disagree, and then the result depends on load order rather than on your intent.
Blocks and items in this guide
Ladder is named in the guide above. Look them up in the item database.