summaryrefslogtreecommitdiffstats
path: root/EssentialsXMPP/src/plugin.yml
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-06-02 13:49:58 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-06-02 13:49:58 +0000
commit4d3e7147aa05925325f8c7ddb6717c5e3f14155a (patch)
tree1b788688ebb429d1d6b767f9f64f14283418ed16 /EssentialsXMPP/src/plugin.yml
parent1e064fe3b0f8bf97cb03c1aa87fe86f66bd1ef2f (diff)
downloadEssentials-4d3e7147aa05925325f8c7ddb6717c5e3f14155a.tar
Essentials-4d3e7147aa05925325f8c7ddb6717c5e3f14155a.tar.gz
Essentials-4d3e7147aa05925325f8c7ddb6717c5e3f14155a.tar.lz
Essentials-4d3e7147aa05925325f8c7ddb6717c5e3f14155a.tar.xz
Essentials-4d3e7147aa05925325f8c7ddb6717c5e3f14155a.zip
Code cleanup
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1569 e251c2fe-e539-e718-e476-b85c1f46cddb
Diffstat (limited to 'EssentialsXMPP/src/plugin.yml')
-rw-r--r--EssentialsXMPP/src/plugin.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/EssentialsXMPP/src/plugin.yml b/EssentialsXMPP/src/plugin.yml
index 3ccc0b55e..a193ba95f 100644
--- a/EssentialsXMPP/src/plugin.yml
+++ b/EssentialsXMPP/src/plugin.yml
@@ -11,10 +11,10 @@ depend: [Essentials]
commands:
setxmpp:
description: set your xmpp address
- usage: /<command> address
+ usage: /<command> <address>
xmpp:
description: send a message to a player
- usage: /<command> player message
+ usage: /<command> <player> <message>
xmppspy:
- description: toggle xmpp spy for all message
- usage: /<command> player \ No newline at end of file
+ description: toggle xmpp spy for all messages
+ usage: /<command> <player> \ No newline at end of file