From c4ca0e51e21b1eab8f39cadcce2d4d9bc0492f09 Mon Sep 17 00:00:00 2001 From: Jason <51760372+JasonHorkles@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:41:26 -0700 Subject: [PATCH] Add restart note to respawn listener priority option (#3789) --- Essentials/src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Essentials/src/main/resources/config.yml b/Essentials/src/main/resources/config.yml index 2ad976755..3ad7dc799 100644 --- a/Essentials/src/main/resources/config.yml +++ b/Essentials/src/main/resources/config.yml @@ -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?