diff options
-rw-r--r-- | Essentials/src/config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 24e1fb32e..e74172c49 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -41,8 +41,9 @@ change-displayname: true # Do not edit this setting unless you know what you are doing! #add-prefix-suffix: false -# Should players be teleported to the closest safe destination when teleporting? -# If this is disabled, unsafe teleports will be cancelled. +# If the teleport destination is unsafe, should players be teleported to the nearest safe location? +# If this is set to true, Essentials will attempt to teleport players close to the intended destination. +# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning. teleport-safety: true # The delay, in seconds, required between /home, /tp, etc. |