PhantomSMP/src/main/resources/config.yml

26 lines
990 B
YAML
Raw Normal View History

2019-03-30 03:37:47 +01:00
# PhantomSMP by Simon Chuu
2019-03-30 03:37:47 +01:00
# 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
2019-03-30 06:29:26 +01:00
# false = Keep phantoms (and make phantoms ignore the player)
remove-targeting-rested: true
2019-03-30 03:37:47 +01:00
2019-03-30 06:29:26 +01:00
# 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
2019-03-30 03:37:47 +01:00
# 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: 72000
2019-03-30 08:40:16 +01:00
# Enable metrics for this plugin? (If unsure, leave it as true)
# Link to metrics: https://bstats.org/plugin/bukkit/PhantomSMP/
enable-metrics: true