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
19 lines
711 B
Markdown
19 lines
711 B
Markdown
---
|
|
name: LandClaimPlugin
|
|
version: "2.0.4"
|
|
license: TBD — needs verification (P2)
|
|
source: modrinth
|
|
modrinth_slug: landclaimplugin
|
|
acquisition: MODRINTH_PROJECTS
|
|
purpose: Chunk-based land claims — grief protection
|
|
---
|
|
|
|
Chunk-based claims. Chosen over GriefPrevention (free-form, FOSS) because chunk boundaries are vanilla-visible via F3+G — no client mod needed.
|
|
|
|
## Notes
|
|
|
|
- Replaced Lands (paid, proprietary) on 2026-04-27
|
|
- License not yet confirmed — verify before publishing server repo publicly (P2)
|
|
- Fallback if license fails: ChunkClaim (chunk-based, FOSS) or GriefPrevention
|
|
- Wilderness actionbar message blanked in `locales/messages_en-US.yml`
|
|
- Player claim data in `PlayerData/database.db`
|