diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-08-03 02:48:50 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-08-03 02:48:50 +0100 |
commit | 12cd46727723dab0f80522753036c4b17a38cc38 (patch) | |
tree | d7677a9303ec768641609b9513774bf569d014a4 | |
parent | bb7c8c308d824cbc1bf55b087d494b931e1796d1 (diff) | |
download | Essentials-12cd46727723dab0f80522753036c4b17a38cc38.tar Essentials-12cd46727723dab0f80522753036c4b17a38cc38.tar.gz Essentials-12cd46727723dab0f80522753036c4b17a38cc38.tar.lz Essentials-12cd46727723dab0f80522753036c4b17a38cc38.tar.xz Essentials-12cd46727723dab0f80522753036c4b17a38cc38.zip |
More missing syntax.
-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 d98b0fd11..4e22930fa 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -236,7 +236,7 @@ commands: aliases: [emore] motd: description: Views the Message Of The Day. - usage: /<command> + usage: /<command> [chapter] [page] aliases: [emotd] msg: description: Sends a private message to the specified player. @@ -308,7 +308,7 @@ commands: aliases: [fix,efix,erepair] rules: description: Views the server rules. - usage: /<command> + usage: /<command> [chapter] [page] aliases: [erules] seen: description: Shows the last logout time of a player. |