FoundryVTT is out of scope for Builder role. Holly's FoundryVTT access is granted via Pokerole project role, not her Builder role. Documented in both builder toolkit and onboarding README to keep the two roles clean. Created by Chronicler #29
155 lines
4.4 KiB
Markdown
155 lines
4.4 KiB
Markdown
# Builder Toolkit — Holly (unicorn20089)
|
|
|
|
**Task:** Builder Rank & Holly Setup
|
|
**Document Type:** builder-toolkit
|
|
**Status:** ACTIVE
|
|
**Last Updated:** 2026-03-10
|
|
|
|
---
|
|
|
|
## Core Build Tools
|
|
|
|
### WorldEdit / WorldEdit Forge / Axiom
|
|
|
|
The essential builder tool. Check what's available per modpack:
|
|
|
|
| Modpack Type | Recommended Tool |
|
|
|--------------|-----------------|
|
|
| Fabric modpacks | WorldEdit for Fabric |
|
|
| Forge modpacks | WorldEdit for Forge |
|
|
| Modern Forge (1.20+) | Axiom (more powerful, preferred if available) |
|
|
| Vanilla server | WorldEdit |
|
|
|
|
**Key permissions to grant:**
|
|
```
|
|
worldedit.* (full WorldEdit access)
|
|
```
|
|
or scoped:
|
|
```
|
|
worldedit.selection.*
|
|
worldedit.region.*
|
|
worldedit.clipboard.*
|
|
worldedit.generation.*
|
|
worldedit.history.*
|
|
worldedit.schematic.*
|
|
```
|
|
|
|
---
|
|
|
|
### Replay Mod / Replay Reforged
|
|
|
|
For recording builds as timelapses and reviewing build sessions.
|
|
|
|
- **Replay Mod** — Fabric/Forge, client-side (Holly installs on her own client)
|
|
- **Replay Reforged** — Forge port, same concept
|
|
|
|
**Note:** Replay Mod is client-side only — no server-side installation needed. Holly just needs it on her own Minecraft client. No permissions required on the server.
|
|
|
|
---
|
|
|
|
### VoxelSniper / FastAsyncVoxelSniper
|
|
|
|
For terrain sculpting and large organic builds. Useful for spawn areas and landscape work.
|
|
|
|
**Key permissions:**
|
|
```
|
|
voxelsniper.sniper
|
|
voxelsniper.brush.*
|
|
```
|
|
|
|
---
|
|
|
|
### Litematica (Client-Side)
|
|
|
|
For loading schematic templates while building. Client-side only — no server install needed.
|
|
|
|
---
|
|
|
|
### Carpet Mod (Fabric servers only)
|
|
|
|
Useful for technical builds and redstone. Check if applicable per server.
|
|
|
|
---
|
|
|
|
## Builder-Specific Permissions (LuckPerms)
|
|
|
|
```yaml
|
|
# Builder group permissions
|
|
group.builder:
|
|
permissions:
|
|
# Gamemode
|
|
- minecraft.command.gamemode # /gamemode switch
|
|
- essentials.gamemode # If EssentialsX installed
|
|
|
|
# Teleport (for build coordination)
|
|
- essentials.tp # Teleport to players
|
|
- essentials.tphere # Bring players to you
|
|
- ftbessentials.home.limit.50 # Generous home limit for build markers
|
|
|
|
# WorldEdit
|
|
- worldedit.* # Full WorldEdit access
|
|
|
|
# VoxelSniper (if installed)
|
|
- voxelsniper.sniper
|
|
- voxelsniper.brush.*
|
|
|
|
# Chunk management (builders need uncapped chunks for build areas)
|
|
- ftbchunks.max_claimed.500 # High limit for build zones
|
|
- ftbchunks.max_force_loaded.50 # Force load build chunks
|
|
|
|
# Time/weather (useful while building)
|
|
- essentials.time # /time set
|
|
- essentials.weather # /weather clear
|
|
|
|
# Staff bypass
|
|
- ftbchunks.admin # Bypass chunk protection in build areas
|
|
```
|
|
|
|
**Chat prefix:**
|
|
```yaml
|
|
meta:
|
|
prefix: "&#FFD600[🔨 Builder] " # Amber Gold — distinct from subscriber tiers
|
|
```
|
|
|
|
---
|
|
|
|
## Per-Server Tool Availability Notes
|
|
|
|
Some modpacks may conflict with or already include build tools. During deployment, verify per server:
|
|
|
|
| Server | Modpack | WorldEdit Available | Notes |
|
|
|--------|---------|--------------------|----|
|
|
| Stoneblock 4 | Forge | Check | May have Create integration |
|
|
| Reclamation | Forge | Check | |
|
|
| Society: Sunlit Valley | Forge | Check | |
|
|
| Vanilla 1.21.11 | Vanilla | Yes | Standard WorldEdit |
|
|
| All The Mons | Forge/Fabric | Check | Cobblemon |
|
|
| FoundryVTT | — | N/A | Out of scope for Builder role — access granted via Pokerole project (separate) |
|
|
| The Ember Project | Forge | Check | |
|
|
| Minecolonies: Create and Conquer | Forge | Check | |
|
|
| All The Mods 10 | Forge | Check | ATM usually includes WE |
|
|
| EMC Subterra Tech | Forge | Check | |
|
|
| Homestead | Forge | Check | |
|
|
| Hytale | Placeholder | N/A | Not live yet |
|
|
|
|
**Note:** FoundryVTT is a tabletop RPG platform, not Minecraft — skip for builder tools.
|
|
|
|
---
|
|
|
|
## What Holly Installs on Her Client
|
|
|
|
These are client-side mods Holly manages herself — no server action needed:
|
|
|
|
- **Replay Mod or Replay Reforged** — timelapse recording
|
|
- **Litematica** — schematic loading
|
|
- **MiniHUD** (optional) — build overlay info
|
|
- **Axiom** (if server has it) — advanced build client
|
|
|
|
---
|
|
|
|
## Future Builder Tools to Consider
|
|
|
|
- **CoreProtect** — block logging and rollback (useful if a build goes wrong)
|
|
- **BuildPaste** — schematic sharing
|
|
- **Chunky** — pre-generate chunks before building (performance)
|