diff --git a/docs/guides/server-side-mod-deployment-guide.md b/docs/guides/server-side-mod-deployment-guide.md index 1eb1860..7f28cfe 100644 --- a/docs/guides/server-side-mod-deployment-guide.md +++ b/docs/guides/server-side-mod-deployment-guide.md @@ -671,6 +671,24 @@ The default config works, but you'll set limits via LuckPerms permissions instea **After creating LuckPerms groups (Part 3), configure WorldEdit permissions:** +**💡 RECOMMENDED: Use LuckPerms Web Editor** + +The easiest way to configure WorldEdit permissions is via the LuckPerms web editor: + +1. Join server in-game +2. Run `/lp editor` +3. Click the link to open web interface +4. Create Builder and Owner groups (see Subscription Automation Guide Part 3) +5. Add WorldEdit permissions to Builder group +6. Explicitly deny `worldedit.*` to all subscriber groups +7. Save and apply + +**See `docs/guides/subscription-automation-guide.md` Part 3 for complete web editor instructions.** + +--- + +**ALTERNATIVE: Console Commands (if you prefer terminal)** + **On ONE server console (syncs to all via MySQL):** ``` @@ -865,6 +883,26 @@ After configuring all mods on a server, test the following: # Should say "Storage: MySQL" (not h2 or sqlite) ``` +**💡 TIP: Use the LuckPerms Web Editor** + +Instead of managing permissions via console commands, you can use the visual web editor: + +1. Join the server in-game +2. Run command: `/lp editor` +3. Click the link that appears in chat +4. Opens https://luckperms.net/editor/xxxxxxxx in your browser +5. Visual interface to create groups, set permissions, configure prefixes +6. Click "Save" when done, copy the command, paste in console + +**Benefits:** +- Visual group hierarchy +- Color picker for chat prefixes +- Drag-and-drop permissions +- No typing errors +- Much faster than console commands + +**See the Subscription Automation Guide (Part 3) for detailed web editor instructions.** + #### 3. FTB Chunks Works ```