diff options
author | snowleo <schneeleo@gmail.com> | 2011-12-06 17:31:35 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-12-06 17:31:35 +0100 |
commit | d2953c99ef102da73c4195958f8bef4b2cb6e63f (patch) | |
tree | 957c457ea79cd6ca0fe9b5cb3626997da4293230 | |
parent | 72e187cd5c625fd709002bedfa860bdb0e2bd587 (diff) | |
download | Essentials-d2953c99ef102da73c4195958f8bef4b2cb6e63f.tar Essentials-d2953c99ef102da73c4195958f8bef4b2cb6e63f.tar.gz Essentials-d2953c99ef102da73c4195958f8bef4b2cb6e63f.tar.lz Essentials-d2953c99ef102da73c4195958f8bef4b2cb6e63f.tar.xz Essentials-d2953c99ef102da73c4195958f8bef4b2cb6e63f.zip |
Added /jail /ejail alias to plugin.yml
-rw-r--r-- | Essentials/src/plugin.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 48578906f..e6bf865b7 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -323,9 +323,9 @@ commands: usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all] aliases: [etime, day, night] togglejail: - description: Prevents a player from interacting with the world and teleports him/her to the the jail specified + description: Prevents a player from interacting with the world and teleports him/her to the jail specified usage: /<command> <player> <jailname> [datediff] - aliases: [tjail,unjail,eunjail,etogglejail] + aliases: [tjail,jail,ejail,unjail,eunjail,etogglejail] top: description: Teleport to the highest block at your current position. usage: /<command> |