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 | 4084445b5bbc728fb90bdf9562e224cd49c4032c (patch) | |
tree | 7827b7cb9e37688b13fce032e40ebb9f62c111b1 | |
parent | 8c882a52688ec1b2ae89713ad2e2f695043067e9 (diff) | |
download | Essentials-4084445b5bbc728fb90bdf9562e224cd49c4032c.tar Essentials-4084445b5bbc728fb90bdf9562e224cd49c4032c.tar.gz Essentials-4084445b5bbc728fb90bdf9562e224cd49c4032c.tar.lz Essentials-4084445b5bbc728fb90bdf9562e224cd49c4032c.tar.xz Essentials-4084445b5bbc728fb90bdf9562e224cd49c4032c.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. |