From 77360a1f246286851f9f19e7631b2544aa980d78 Mon Sep 17 00:00:00 2001 From: Jason <51760372+JasonHorkles@users.noreply.github.com> Date: Mon, 9 Mar 2020 15:54:26 -0600 Subject: [PATCH] Update config.yml --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1ad234d..62857b9 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -17,7 +17,7 @@ values: features: skip: true # Toggle night skipping feature. Configure amount of players needed to skip above (percent) weather: true # Clear weather when skipping night - phantoms: false # Reset the sleep statistic (practically disables phantom spawns - false = no phantoms) + phantoms: false # Reset the sleep statistic (practically disables phantom spawns - false = no phantoms | Set the doInsomnia gamerule to false to disable phantoms if you're on 1.15+) bypass: true # Toggle exclusion of operators/players with permission "harbor.bypass" from sleep count ignore: true # Toggle exclusion of players in creative and spectator mode afk: true # Detect AFK players and remove them from the sleep count (Essentials API used for detection when possible)