diff --git a/docs/archive/2026-02-09-consolidation/luckperms-structure.md b/docs/archive/2026-02-09-consolidation/luckperms-structure.md index f75fde3..2b7ef8e 100644 --- a/docs/archive/2026-02-09-consolidation/luckperms-structure.md +++ b/docs/archive/2026-02-09-consolidation/luckperms-structure.md @@ -345,9 +345,9 @@ color: "#00E5FF" --- -### **Tier 6: Sovereign (Founder's) ($499 Lifetime)** +### **Tier 6: Sovereign's) ($499 Lifetime)** -**Group Name:** `founder` +**Group Name:** `sovereign` **Subscription:** $499.00 lifetime **Inherits From:** `fire_legend` AND `frost_legend` (both simultaneously) @@ -371,7 +371,7 @@ permissions: **Chat Prefix:** ```yaml -prefix: "[⚡ Founder] " +prefix: "[⚡ Sovereign] " color: "#FFD600" # Amber Gold ``` @@ -394,7 +394,7 @@ color: "#FFD600" # Amber Gold | ❄️ Frost Knight | `frost_knight` | ✅ | | ❄️ Frost Master | `frost_master` | ✅ | | ❄️ Frost Legend | `frost_legend` | ✅ | -| ⚡ Founder | `founder` | ✅ | +| ⚡ Sovereign | `sovereign` | ✅ | **Implementation Method:** DiscordSRV or custom Discord bot with LuckPerms API integration @@ -575,7 +575,7 @@ meta: # founder meta: - prefix: "&#FFD600[⚡ Founder] " # Amber Gold + prefix: "&#FFD600[⚡ Sovereign] " # Amber Gold ``` **Note:** Hex color codes use `&#RRGGBB` format in LuckPerms. @@ -594,7 +594,7 @@ meta: - [ ] Install LuckPerms on all 13+ servers - [ ] Configure each server to use MySQL storage - [ ] Verify all servers connect to same database -- [ ] Create all permission groups (awakened → founder) +- [ ] Create all permission groups (awakened → sovereign) - [ ] Set up group inheritance hierarchy - [ ] Configure chat prefixes and colors diff --git a/docs/core/tasks.md b/docs/core/tasks.md index 0ec4c30..c375308 100644 --- a/docs/core/tasks.md +++ b/docs/core/tasks.md @@ -61,11 +61,11 @@ Install LuckPerms, create the Builder staff rank, assign it to Holly (unicorn200 **Priority:** Tier 1 — Critical Infrastructure **Documentation:** `docs/tasks/rank-system-deployment/` -Deploy the complete LuckPerms rank system across all 12 servers — subscriber tiers (Awakened through Founder), staff ranks, MySQL backend for network-wide sync, and full Paymenter → Discord → LuckPerms automation. Rank structure is fully designed and ready to execute. +Deploy the complete LuckPerms rank system across all 12 servers — subscriber tiers (Awakened through Sovereign), staff ranks, MySQL backend for network-wide sync, and full Paymenter → Discord → LuckPerms automation. Rank structure is fully designed and ready to execute. **Key Deliverables:** - LuckPerms on MySQL backend (all 12 servers, single source of truth) -- All subscriber ranks (awakened → founder) with correct permissions, prefixes, FTB integration +- All subscriber ranks (awakened → sovereign) with correct permissions, prefixes, FTB integration - Staff ranks (builder, moderator, admin, owner) - Discord role → LuckPerms group sync automated - Paymenter webhook → Discord → in-game rank flow end-to-end @@ -1277,7 +1277,7 @@ Comprehensive planning session for Ignis (18+ mature space) implementation. Orig - Fire/Frost Knight ($10/month) — 2 variants - Fire/Frost Master ($15/month) — 2 variants - Fire/Frost Legend ($20/month) — 2 variants - - Sovereign (Founder) ($499 one-time) + - Sovereign ($499 one-time) - ✅ Tier cards styled with Fire (orange) and Frost (cyan) branding - ✅ Subscribe buttons linked to Paymenter products - ✅ "All servers available to all subscribers" messaging diff --git a/docs/guides/holly-discord-roles-setup.md b/docs/guides/holly-discord-roles-setup.md index 7932a8f..2480de4 100644 --- a/docs/guides/holly-discord-roles-setup.md +++ b/docs/guides/holly-discord-roles-setup.md @@ -21,7 +21,7 @@ We're setting up The Arbiter bot to automatically assign Discord roles based on **Roles you've already created:** - ✅ The Awakened ($1 tier) - Role ID: `1482490386634248273` -- ⚠️ Founder ($499 tier) - Role ID: `1482488242677874770` - **NEEDS RENAME** +- ⚠️ Sovereign ($50 tier) - Role ID: `1482488242677874770` - **NEEDS RENAME** - ✅ Fire Path (identity choice, not a tier) - ✅ Frost Path (identity choice, not a tier) @@ -63,7 +63,7 @@ The current "Founder" role name doesn't match our official tier structure docume 1. **Open Discord** → **Firefrost Gaming server** 2. **Click server name** at top → **Server Settings** 3. **Click "Roles"** in left sidebar -4. **Find "⚡ Founder"** in the roles list +4. **Find "⚡ Sovereign"** in the roles list 5. **Click the pencil icon** (edit) next to "Founder" 6. **Change the name** from `Founder` to `The Sovereign` 7. **Click "Save Changes"** at the bottom diff --git a/docs/guides/subscription-automation-guide.md b/docs/guides/subscription-automation-guide.md index df7be41..0dbae1e 100644 --- a/docs/guides/subscription-automation-guide.md +++ b/docs/guides/subscription-automation-guide.md @@ -687,7 +687,7 @@ cat /root/holly-bot-credentials.txt **Create these roles (in order, top to bottom):** -#### Role 1: Sovereign (Founder) +#### Role 1: Sovereign - **Name:** `⚡ Sovereign` - **Color:** `#FFD600` (Amber Gold) - **Permissions:** (default member permissions) @@ -1166,7 +1166,7 @@ You have **two ways** to create LuckPerms groups: **Prefix:** - **Priority:** 100 -- **Prefix:** `&6[⚡ Founder] ` (`&6` = gold/amber) +- **Prefix:** `&6[⚡ Sovereign] ` (`&6` = gold/amber) **Permissions:** - `ftbessentials.rtp` → `true` @@ -1458,13 +1458,13 @@ For **each subscriber group** (wanderer through sovereign), add this permission: --- -#### Create Sovereign (Founder) Group ($499 Lifetime) +#### Create Sovereign Group ($499 Lifetime) ``` /lp creategroup sovereign /lp group sovereign parent add awakened /lp group sovereign setweight 100 -/lp group sovereign meta setprefix "&6[⚡ Founder] " +/lp group sovereign meta setprefix "&6[⚡ Sovereign] " /lp group sovereign meta setmeta max-homes 50 /lp group sovereign meta setmeta max-claimed-chunks 225 /lp group sovereign meta setmeta max-force-loaded-chunks 81 diff --git a/docs/planning/subscription-tiers.md b/docs/planning/subscription-tiers.md index abd010c..67d6ceb 100644 --- a/docs/planning/subscription-tiers.md +++ b/docs/planning/subscription-tiers.md @@ -207,7 +207,7 @@ Color: `#00E5FF` --- -### Tier 6: Sovereign (Founder's) ($499.00 Lifetime) +### Tier 6: Sovereign's) ($499.00 Lifetime) **Status:** **The Ascended** - Access to BOTH Fire + Frost **Server Access:** All 13+ Minecraft servers (forever) @@ -219,7 +219,7 @@ Color: `#00E5FF` **Chat Display:** ``` -[⚡ Founder] PlayerName: message here +[⚡ Sovereign] PlayerName: message here ``` Color: `#FFD600` (Amber Gold - Fire Accent) @@ -417,7 +417,7 @@ When discussing Minecraft builders in the community: - **🔥 Fire Path:** Flamecrafters (creative, magic-inspired builds) - **❄️ Frost Path:** Crystal Engineers (technical, automation-focused) -- **⚡ Founders:** Nexus Builders (balanced mastery of both) +- **⚡ Sovereigns:** Nexus Builders (balanced mastery of both) --- @@ -444,7 +444,7 @@ All colors from Firefrost Design Bible v1.1: [The Awakened] NewPlayer: How do I claim chunks? [🔥 Fire Elemental] Gingerfury: Use /fchunks claim! [❄️ Frost Master] Frostystyle: Check the tutorial at spawn -[⚡ Founder] Holly: Welcome to Firefrost! +[⚡ Sovereign] Holly: Welcome to Firefrost! ``` --- diff --git a/docs/systems/arbiter-discord-role-mappings.md b/docs/systems/arbiter-discord-role-mappings.md index af46157..d105466 100644 --- a/docs/systems/arbiter-discord-role-mappings.md +++ b/docs/systems/arbiter-discord-role-mappings.md @@ -74,7 +74,7 @@ The Arbiter is a Discord bot that automatically assigns roles to subscribers bas ### The Sovereign ($499/month) - **Role Name:** The Sovereign - **Discord Role ID:** `1482488242677874778` -- **Paymenter Tier:** Founder ($50) + Custom tier +- **Paymenter Tier:** Sovereign ($50) + Custom tier - **Notes:** Lifetime founder tier with exclusive benefits --- diff --git a/docs/tasks/paymenter-pterodactyl-integration/README.md b/docs/tasks/paymenter-pterodactyl-integration/README.md index 214d7e6..518d40c 100644 --- a/docs/tasks/paymenter-pterodactyl-integration/README.md +++ b/docs/tasks/paymenter-pterodactyl-integration/README.md @@ -209,8 +209,8 @@ Customer has access in 30 seconds - Server access: All servers + beta access - Permissions: Master + special perks -**Tier 6: Sovereign (Founder) ($50 one-time)** -- Pterodactyl role: `subscriber_founder` +**Tier 6: Sovereign ($50 one-time)** +- Pterodactyl role: `subscriber_sovereign` - Server access: ALL servers including future ones - Permissions: Everything non-staff diff --git a/docs/tasks/rank-system-deployment/rank-structure.md b/docs/tasks/rank-system-deployment/rank-structure.md index 5677874..53eac70 100644 --- a/docs/tasks/rank-system-deployment/rank-structure.md +++ b/docs/tasks/rank-system-deployment/rank-structure.md @@ -16,7 +16,7 @@ | The Awakened | `#FFFFFF` | White | | Fire path (all tiers) | `#FF3D00` | Deep orange/red | | Frost path (all tiers) | `#00E5FF` | Electric cyan | -| Founder | `#FFD600` | Amber gold | +| Sovereign | `#FFD600` | Amber gold | --- @@ -29,19 +29,19 @@ default (no subscription — no server access) │ └── fire_knight ($10/mo) │ └── fire_master ($15/mo) │ └── fire_legend ($20/mo) - │ └── founder ($499 lifetime) + │ └── sovereign ($50 lifetime) └── frost_elemental ($5/mo) └── frost_knight ($10/mo) └── frost_master ($15/mo) └── frost_legend ($20/mo) - └── founder ($499 lifetime) + └── sovereign ($50 lifetime) Staff (parallel track — not subscriber ranks): mod admin ← Michael (frostystyle), Meg (Gingerfury66), Holly (unicorn20089) ``` -**Founder** inherits from BOTH `fire_legend` AND `frost_legend` simultaneously. +**Sovereign** inherits from BOTH `fire_legend` AND `frost_legend` simultaneously. --- @@ -60,7 +60,7 @@ Staff (parallel track — not subscriber ranks): | `frost_master` | `[Master]` | `#00E5FF` | | `fire_legend` | `[Legend]` | `#FF3D00` | | `frost_legend` | `[Legend]` | `#00E5FF` | -| `founder` | `[Founder]` | `#FFD600` | +| `sovereign` | `[Sovereign]` | `#FFD600` | The path (Fire vs Frost) is communicated entirely through color. No text label needed. @@ -78,7 +78,7 @@ The path (Fire vs Frost) is communicated entirely through color. No text label n | fire/frost_knight | 10 | | fire/frost_master | 20 | | fire/frost_legend | 35 | -| founder | 50 | +| sovereign | 50 | ### Chunk Claims (FTB Chunks) @@ -90,7 +90,7 @@ The path (Fire vs Frost) is communicated entirely through color. No text label n | fire/frost_knight | 49 | 4 | | fire/frost_master | 100 | 9 | | fire/frost_legend | 121 | 16 | -| founder | 225 | 81 | +| sovereign | 225 | 81 | ### Random Teleport (/rtp) @@ -101,7 +101,7 @@ The path (Fire vs Frost) is communicated entirely through color. No text label n | fire/frost_knight | 30 minutes | | fire/frost_master | 15 minutes | | fire/frost_legend | 10 minutes | -| founder | No cooldown | +| sovereign | No cooldown | --- @@ -122,7 +122,7 @@ Run these in-game or via console after LuckPerms is installed and MySQL backend /lp creategroup frost_master /lp creategroup fire_legend /lp creategroup frost_legend -/lp creategroup founder +/lp creategroup sovereign /lp creategroup mod /lp creategroup admin ``` @@ -139,8 +139,8 @@ Run these in-game or via console after LuckPerms is installed and MySQL backend /lp group frost_master parent add frost_knight /lp group fire_legend parent add fire_master /lp group frost_legend parent add frost_master -/lp group founder parent add fire_legend -/lp group founder parent add frost_legend +/lp group sovereign parent add fire_legend +/lp group sovereign parent add frost_legend ``` ### Set Chat Prefixes @@ -157,7 +157,7 @@ Run these in-game or via console after LuckPerms is installed and MySQL backend /lp group frost_master meta setprefix 40 "&x&0&0&E&5&F&F[Master] " /lp group fire_legend meta setprefix 50 "&x&F&F&3&D&0&0[Legend] " /lp group frost_legend meta setprefix 50 "&x&0&0&E&5&F&F[Legend] " -/lp group founder meta setprefix 60 "&x&F&F&D&6&0&0[Founder] " +/lp group sovereign meta setprefix 60 "&x&F&F&D&6&0&0[Sovereign] " ``` **Note:** Hex colors in LuckPerms use `&x&R&R&G&G&B&B` format (each hex digit separated). Requires a chat formatting plugin that supports hex colors (e.g. EssentialsX Chat, ChatControlRed, or similar) running on MC 1.16+. @@ -246,14 +246,14 @@ Run these in-game or via console after LuckPerms is installed and MySQL backend /lp group frost_legend permission set ftbchunks.max_force_loaded.16 true ``` -### Set Permissions — Founder +### Set Permissions — Sovereign ``` -/lp group founder permission set ftbessentials.home.limit.50 true -/lp group founder permission set ftbessentials.rtp true -/lp group founder permission set ftbessentials.rtp.bypass true -/lp group founder permission set ftbchunks.max_claimed.225 true -/lp group founder permission set ftbchunks.max_force_loaded.81 true +/lp group sovereign permission set ftbessentials.home.limit.50 true +/lp group sovereign permission set ftbessentials.rtp true +/lp group sovereign permission set ftbessentials.rtp.bypass true +/lp group sovereign permission set ftbchunks.max_claimed.225 true +/lp group sovereign permission set ftbchunks.max_force_loaded.81 true ``` ### Set Permissions — Mod