Add restart note to respawn listener priority option (#3789)

This commit is contained in:
Jason 2020-12-20 21:41:26 -07:00 committed by GitHub
parent 7bb12fd33c
commit c4ca0e51e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1034,11 +1034,13 @@ newbies:
# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
# Note: Changes will not apply until after the server is restarted.
respawn-listener-priority: high
# What priority should we use for handling spawning on joining the server?
# See respawn-listener-priority for possible values.
# Note: changing this may impact or break spawn-on-join functionality.
# Note: Changing this may impact or break spawn-on-join functionality.
# Note: Changes will not apply until after the server is restarted.
spawn-join-listener-priority: high
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?