Search the cheatsheet
Filter by group, then click any row to copy it
Click any row to copy it. 28 nodes, 14 command snippets.
Permission nodes
28 of 28 nodes — click to copy
Common command snippets
The /lp commands admins reach for, click to copy
LuckPerms FAQ
The questions that come up most when permissions don't resolve the way you expect
How do I give a group a permission in LuckPerms? +
Run /lp group <group> permission set <node> true. Use false to explicitly deny a node and unset to remove it entirely — denying and unsetting are not the same, because a denial overrides an inherited grant while an unset falls back to inheritance.
How do I set a prefix or suffix? +
Use /lp group <group> meta setprefix <priority> "<prefix>". The priority is a number, and when a player is in several groups the highest priority wins. Colour codes work with & — for example "&c[Admin] &f".
What is the difference between a group and a track? +
A group is a set of permissions. A track is an ordered list of groups that defines a promotion ladder, so /lp user <user> promote <track> moves someone to the next group along it. Tracks hold no permissions themselves.
Why isn't my permission working? +
Run /lp user <user> info and /lp user <user> permission info to see what actually resolved. The usual causes are an explicit false somewhere in the inheritance chain, a context limiting the node to a particular server or world, or two groups whose weights make the wrong one win.
Which group do new players get? +
Everyone starts in the group named default. It always exists and cannot be deleted, so permissions you want every player to have belong there.
More server tools
The rest of the set, for the parts of the server this one doesn't touch