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).
This commit is contained in:
triagonal 2021-03-21 03:09:59 +11:00 committed by GitHub
parent 454698bf98
commit 1e0d7fb0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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