diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-06-26 08:57:26 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-06-26 08:57:26 +0100 |
commit | 18d01833648eabd4978a5174f6a12adbcbf33469 (patch) | |
tree | 9e2170ed9be102d1cd6918dd22d87b0315c086fd | |
parent | 96cf3635676c2f6130d1744e3c8c273a18149b77 (diff) | |
download | Essentials-18d01833648eabd4978a5174f6a12adbcbf33469.tar Essentials-18d01833648eabd4978a5174f6a12adbcbf33469.tar.gz Essentials-18d01833648eabd4978a5174f6a12adbcbf33469.tar.lz Essentials-18d01833648eabd4978a5174f6a12adbcbf33469.tar.xz Essentials-18d01833648eabd4978a5174f6a12adbcbf33469.zip |
[Fix] Fix toggle syntax in plugin.yml
-rw-r--r-- | Essentials/src/plugin.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index c315098c2..a57baa5f9 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -113,7 +113,7 @@ commands: aliases: [eat,eeat,efeed] fly: description: Take off, and soar! - usage: /<command> [player [on|off]] + usage: /<command> [player] [on|off] aliases: [efly] fireball: description: Throw a fireball. @@ -141,7 +141,7 @@ commands: aliases: [egive] god: description: Enables your godly powers. - usage: /<command> [player [on|off]] + usage: /<command> [player] [on|off] aliases: [egod,godmode,egodmode,tgm,etgm] hat: description: Get some cool new headgear. @@ -336,7 +336,7 @@ commands: aliases: [esetworth] socialspy: description: Toggles if you can see msg/mail commands in chat. - usage: /<command> [player] + usage: /<command> [player] [on|off] aliases: [esocialspy] spawner: description: Change the mob type of a spawner. @@ -424,7 +424,7 @@ commands: aliases: [etppos] tptoggle: description: Blocks all forms of teleportation. - usage: /<command> [player [on|off]] + usage: /<command> [player] [on|off] aliases: [etptoggle] tree: description: Spawn a tree where you are looking. |