Managing Player Permissions and Ranks with LuckPerms // NodeFlux Docs
Learn how to install LuckPerms, configure permission groups, assign admin ranks, and use the web editor. ## Steps 1. Download LuckPerms-Bukkit.jar and place it into your server plugins/ folder, then start the server. 2. NodeFlux documentation for free Minecraft, Node.js and application hosting.
Learn how to install LuckPerms, configure permission groups, assign admin ranks, and use the web editor. ## Steps 1. Download LuckPerms-Bukkit.jar and place it into your server plugins/ folder, then start the server. 2.
Learn how to install LuckPerms, configure permission groups, assign admin ranks, and use the web editor. ## Steps 1. Download LuckPerms-Bukkit.jar and place it into your server plugins/ folder, then start the server. 2. In the server console or in-game (if op), execute the command: /lp editor. 3. Copy the generated secret web editor URL and open it in your browser. 4. Create permission groups (e.g., default, vip, moderator, admin) and assign nodes like essentials.fly or worldedit.*. 5. Set group inheritance so higher ranks automatically inherit permissions from lower ranks. 6. Click Save in the web editor, copy the generated apply command (/lp applyedits ), and run it in your server console. ## Notes - LuckPerms uses H2 file database by default, requiring zero external database configuration. - Verbose mode (/lp verbose on) allows real-time debugging of permission checks when testing player commands.