From 1e0d7fb0a3545d15c3b0cc1d180b47551f98cb22 Mon Sep 17 00:00:00 2001 From: triagonal <10545540+triagonal@users.noreply.github.com> Date: Sun, 21 Mar 2021 03:09:59 +1100 Subject: [PATCH] Add missing respawn-at-home-bed config option (#4071) This PR adds a missing config option that was accidentally left out in #3802 (thank you @mibby for the heads up). --- Essentials/src/main/resources/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Essentials/src/main/resources/config.yml b/Essentials/src/main/resources/config.yml index 95d75c2e7..e0ba5cdc6 100644 --- a/Essentials/src/main/resources/config.yml +++ b/Essentials/src/main/resources/config.yml @@ -1081,6 +1081,10 @@ spawn-join-listener-priority: high # When users die, should they respawn at their first home or bed, instead of the spawnpoint? respawn-at-home: false +# When users die, should they respawn at their bed instead of the spawnpoint? +# The value of respawn-at-home (above) has to be true. +respawn-at-home-bed: true + # When users die, should EssentialsSpawn respect users' respawn anchors? respawn-at-anchor: false