diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-08-31 22:31:56 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-08-31 22:31:56 +0100 |
commit | 4fbc314f2c7d39e722a47b79f4a86232efc39dae (patch) | |
tree | 60faa5b935d8b9a4cfcae6f29964820f7fd2a8d2 | |
parent | 9cd396ebf841f615db336d8971992446116a7675 (diff) | |
download | Essentials-4fbc314f2c7d39e722a47b79f4a86232efc39dae.tar Essentials-4fbc314f2c7d39e722a47b79f4a86232efc39dae.tar.gz Essentials-4fbc314f2c7d39e722a47b79f4a86232efc39dae.tar.lz Essentials-4fbc314f2c7d39e722a47b79f4a86232efc39dae.tar.xz Essentials-4fbc314f2c7d39e722a47b79f4a86232efc39dae.zip |
Another Config tweak.
-rw-r--r-- | Essentials/src/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 33e59449b..9c09d75a6 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -299,6 +299,7 @@ no-god-in-worlds: # Set to true to enable per-world permissions for teleporting between worlds with essentials commands # This applies to /world, /back, /tp[a|o][here|all], but not warps. # Give someone permission to teleport to a world with essentials.world.<worldname> +# This does not effect the /home command, there is a seperate toggle below for this. world-teleport-permissions: false # The number of items given if the quantity parameter is left out in /item or /give. |