feat: Add LuckPerms web editor references to mod deployment guide
Added references to LuckPerms web editor in two key sections: 1. Testing & Verification Section: - Added tip box explaining web editor - Command: /lp editor - Benefits: Visual interface, color picker, no typing errors - Reference to Subscription Automation Guide for details 2. WorldEdit Configuration Section: - Added RECOMMENDED method: Use web editor - Alternative: Console commands (for those who prefer terminal) - Clear signposting to full instructions in other guide Why This Helps: - Holly sees web editor option while testing LuckPerms - Reminded that web editor exists when configuring WorldEdit perms - Cross-reference to Subscription Automation Guide Part 3 - Choice between visual (web editor) vs terminal (console commands) Maintains consistency between both deployment guides. Chronicler #40
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user