Captures live config state of nullstone Purpur 1.21.11 server: - docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists) - All plugin configs under live-server/plugins/ (no DBs, no jars, no world data) - Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties Excluded via .gitignore: - World data (world/, world_nether/, world_the_end/, auth_limbo/) - Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata - Jars (auto-fetched), logs, caches, .paper-remapped
17 lines
603 B
Markdown
17 lines
603 B
Markdown
---
|
|
name: Multiverse-Core
|
|
version: "5.6.2-pre"
|
|
license: BSD-3-Clause
|
|
source: modrinth
|
|
modrinth_slug: multiverse-core
|
|
acquisition: MODRINTH_PROJECTS (alpha channel)
|
|
purpose: Multi-world management — world creation, TP, spawn, respawn-world config
|
|
---
|
|
|
|
Alpha channel required for 1.21.x compatibility. Used to manage `world`, `world_nether`, `world_the_end`, `auth_limbo`.
|
|
|
|
## Key config
|
|
|
|
- `auth_limbo`: respawn-world not set (AuthMe handles post-login TP via commands.yml hook)
|
|
- `mv setspawn --unsafe` required for void dimension spawn points
|
|
- `mvtp <player> <world>` used in AuthMe post-login hook
|