diff options
author | KHobbits <rob@khobbits.co.uk> | 2014-01-11 17:27:51 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2014-01-11 17:34:35 +0000 |
commit | 31c027adf8ba84e0ebc790cf062e3f261eac7003 (patch) | |
tree | 9d48107111559e4bd1956d232e16d9522901b359 | |
parent | ce91aaf9530b496cedfee4bccbedc32054665656 (diff) | |
download | Essentials-31c027adf8ba84e0ebc790cf062e3f261eac7003.tar Essentials-31c027adf8ba84e0ebc790cf062e3f261eac7003.tar.gz Essentials-31c027adf8ba84e0ebc790cf062e3f261eac7003.tar.lz Essentials-31c027adf8ba84e0ebc790cf062e3f261eac7003.tar.xz Essentials-31c027adf8ba84e0ebc790cf062e3f261eac7003.zip |
Config description cleanup.
-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. |