mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-21 23:51:42 +01:00
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:
parent
454698bf98
commit
1e0d7fb0a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user