minecraft-server/live-server/plugins/PhantomSMP/config.yml

29 lines
1.1 KiB
YAML
Raw Permalink Normal View History

# 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