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
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
---
|
|
name: Homestead
|
|
version: "5.1.0.1"
|
|
license: Apache-2.0
|
|
source: modrinth
|
|
modrinth_slug: homestead-plugin
|
|
source_url: https://github.com/TayebYassine/Homestead
|
|
acquisition: MODRINTH_PROJECTS
|
|
purpose: Land claiming — chunk-based region protection, flags, sub-areas, economy
|
|
---
|
|
|
|
Replaced LandClaimPlugin (and attempted Lands 7.21.3 which failed on 1.21.10). Apache-2.0, fully FOSS.
|
|
|
|
## Config
|
|
|
|
- Claimable worlds: `world` only (end/nether/auth_limbo disabled)
|
|
- Chunk price: 0 (free)
|
|
- Upkeep: disabled
|
|
- Taxes: disabled
|
|
- Sub-areas: enabled
|
|
- FAWE integration: available (regenerate-chunks: false — enable if needed)
|
|
- Dynamic map support: BlueMap/Squaremap auto-detected (P2 roadmap)
|
|
- Adjacent chunks required: true (matches old Lands force-near)
|
|
|
|
## Migration
|
|
|
|
Fresh start — no claim data from Lands (old server) or LandClaimPlugin carried over.
|
|
If future migration from Lands needed: `/hsadmin import lands` (requires Lands jar running simultaneously).
|
|
|
|
## Notes
|
|
|
|
- `regions.yml` must be chmod 777 due to userns-remap; write via `--userns=host` alpine container
|
|
- Homestead logs "unsupported server version" warning — cosmetic, plugin fully functional on 1.21.10
|