From 46ed8e954f091c0f92f075862cc741f477c0bd4e Mon Sep 17 00:00:00 2001 From: Jason <51760372+JasonHorkles@users.noreply.github.com> Date: Wed, 10 Jun 2020 06:40:05 -0600 Subject: [PATCH] Add config.yml note (#3359) Co-authored-by: triagonal <10545540+triagonal@users.noreply.github.com> "The player's bed respawn point is still set by Minecraft even if `update-bed-at-daytime` is set to `false` in config, meaning that the entire feature is indeed ineffective on Minecraft 1.15 and above." --- Essentials/src/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index b2980b7e2..91e766b55 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -621,6 +621,7 @@ max-projectile-speed: 8 ############################################################ # Allows people to set their bed during the day. +# This setting has no effect in Minecraft 1.15+, as Minecraft will always allow the player to set their bed location during the day. update-bed-at-daytime: true # Set to true to enable per-world permissions for using homes to teleport between worlds.