mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00: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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue