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
11 lines
415 B
YAML
Executable file
11 lines
415 B
YAML
Executable file
# Enabling or disabling ComfyWhitelist. (true / false)
|
|
enabled: false
|
|
|
|
# Plugin's interface locales.
|
|
# (en, ru, uk, be, de, es, fr, it, ja, ko, nl, pt, sv, tr, zh, komi, lolcat).
|
|
locale: en
|
|
|
|
# Enabling or disabling clear command. (true / false)
|
|
# HIGH RISK COMMAND - DATA FROM THE WHITELIST WILL NOT BE RETURNED!!!
|
|
# enable this command ONLY if you really need it and trust your administrators
|
|
clear-command: false
|