WHAT WAS DONE:
- Added ftbessentials.delhome permission to Awakened group
- This gives all subscribers ability to delete their homes using /delhome
WHY:
Everyone needs access to delete homes they've set. Without this
permission, players can set homes but can't remove them when needed.
Permission inherits automatically to all higher tiers.
FILES MODIFIED:
- docs/tasks/rank-system-deployment/rank-structure.md (1 line added)
COMMAND TO RUN:
/lp group awakened permission set ftbessentials.delhome true
Signed-off-by: Claude (Chronicler #49) <claude@firefrostgaming.com>
The top subscription tier is Sovereign, not Founder.
This has been corrected multiple times across sessions — fixing at source.
FILES UPDATED:
- docs/core/tasks.md
- docs/core/project-scope.md
- docs/tasks/rank-system-deployment/rank-structure.md
- docs/tasks/paymenter-pterodactyl-integration/README.md
- docs/archive/2026-02-09-consolidation/luckperms-structure.md
- docs/planning/subscription-tiers.md
- docs/planning/awakened-gateway.md
- docs/guides/subscription-automation-guide.md
- docs/guides/holly-discord-roles-setup.md
- docs/guides/holly-wanderer-permissions-setup.md
- docs/systems/arbiter-discord-role-mappings.md
- docs/branding/trinity-leadership-artwork.md
NOTE: References to 'founders' meaning Michael/Meg/Holly as company
founders were intentionally preserved. Only tier name updated.
Signed-off-by: claude@firefrostgaming.com
WHAT WAS DONE:
- Created docs/tasks/rank-system-deployment/rank-structure.md (canonical rank reference)
- Filled the missing file referenced in rank-system-deployment/README.md
CHANGES FROM v1.0 (luckperms-structure.md in archive):
- Removed Fire/Frost text from in-game prefixes (color carries the path)
- Removed emojis from prefixes (not supported in Minecraft chat)
- Added Admin rank: [Admin] #A855F7 (Trinity purple)
- Added Mod rank: [Mod] #9E9E9E (staff gray)
- Added full LuckPerms /lp command list for Holly to implement
- Added Trinity member assignment commands (frostystyle, gingerfury, unicorn20089)
- Added hex color format notes for chat plugin compatibility
WHY:
- Holly requested colors and a full permissions list to implement the rank system
- Existing archive doc had emoji/Fire/Frost prefix design that was revised
- rank-structure.md was referenced in README but never created
Signed-off-by: claude@firefrostgaming.com