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
18 lines
662 B
Markdown
18 lines
662 B
Markdown
---
|
|
name: FastAsyncWorldEdit (FAWE)
|
|
version: "2.15.0+59372c5"
|
|
license: GPL-3.0
|
|
source: github
|
|
source_url: https://github.com/IntellectualSites/FastAsyncWorldEdit
|
|
modrinth_slug: fastasyncworldedit
|
|
acquisition: MODRINTH_PROJECTS
|
|
purpose: World editing — //set, //copy, brushes, schematics
|
|
---
|
|
|
|
Drop-in replacement for WorldEdit by IntellectualSites. Async edits don't lag server during large operations. Disk-backed edit history. Per-permission limits. CoreProtect integration auto-detected on load.
|
|
|
|
## Notes
|
|
|
|
- Replaced WorldEdit (EngineHub) on 2026-04-28
|
|
- Same commands, same API — no player/config migration needed
|
|
- CoreProtect logs FAWE edits correctly
|