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
28 lines
1.1 KiB
YAML
Executable file
28 lines
1.1 KiB
YAML
Executable file
# PhantomSMP by Simon Chuu
|
|
|
|
# For help, follow the plugin project link below:
|
|
# https://github.com/SimonOrJ/PhantomSMP/
|
|
|
|
# Remove phantoms that try to target player slept within three (Minecraft)
|
|
# days?
|
|
# true = remove phantom targeting rested player
|
|
# false = Keep phantoms (and make phantoms try to target another player)
|
|
remove-targeting-rested: true
|
|
|
|
# Remove phantoms right away when the player sleeps in bed?
|
|
# true = remove phantoms as soon as player sleeps
|
|
# false = Keep phantoms (and let the above option take care of it)
|
|
remove-when-sleeping: false
|
|
|
|
# How many ticks since player rested should phantoms ignore the player?
|
|
# NOTE: Any value under 72000 (3 full Minecraft days) will essentially be
|
|
# ignored for phantom spawning. It will only have an effect on already
|
|
# spawned phantoms only.
|
|
disallow-targeting-for: 272000
|
|
|
|
# Enable metrics for this plugin? (If unsure, leave it as true)
|
|
# Link to metrics: https://bstats.org/plugin/bukkit/PhantomSMP/
|
|
enable-metrics: true
|
|
|
|
# Keeps track of configuration version -- do not change!
|
|
config-version: 1
|