diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-06-16 17:56:12 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-06-16 17:56:12 +0100 |
commit | edca2cbdffec32d74b427b69df61709dfd6ddaea (patch) | |
tree | 8c719b286a2b8a01ace217b391b11eeb5d9964cd | |
parent | c578302d7c55f5dd3fae1658da237dfba26c9812 (diff) | |
download | Essentials-edca2cbdffec32d74b427b69df61709dfd6ddaea.tar Essentials-edca2cbdffec32d74b427b69df61709dfd6ddaea.tar.gz Essentials-edca2cbdffec32d74b427b69df61709dfd6ddaea.tar.lz Essentials-edca2cbdffec32d74b427b69df61709dfd6ddaea.tar.xz Essentials-edca2cbdffec32d74b427b69df61709dfd6ddaea.zip |
Added missing syntax 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 c77ae5083..1d0a64d6a 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -137,7 +137,7 @@ commands: aliases: [tgm,godmode,egod,etgm,egodmode] hat: description: Get some cool new headgear - usage: /<command> + usage: /<command> [remove] aliases: [ehat] heal: description: Heals you or the given player. @@ -416,7 +416,7 @@ commands: aliases: [eunlimited,ul,unl,eul,eunl] vanish: description: Hide yourself from other players. - usage: /<command> + usage: /<command> [on|off] aliases: [evanish] warp: description: List all warps or warp to the specified location. |