summaryrefslogtreecommitdiffstats
path: root/EssentialsXMPP/src/plugin.yml
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-06-02 13:24:26 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-06-02 13:24:26 +0000
commita235f350ccfa53c48a0a3655aa6c0bf1ea382a04 (patch)
treee7bc836b7584e7d2f4901b3f9baf256cc76728cb /EssentialsXMPP/src/plugin.yml
parent395f65dc4a81fc8985f7852b4e783ab18959351d (diff)
downloadEssentials-a235f350ccfa53c48a0a3655aa6c0bf1ea382a04.tar
Essentials-a235f350ccfa53c48a0a3655aa6c0bf1ea382a04.tar.gz
Essentials-a235f350ccfa53c48a0a3655aa6c0bf1ea382a04.tar.lz
Essentials-a235f350ccfa53c48a0a3655aa6c0bf1ea382a04.tar.xz
Essentials-a235f350ccfa53c48a0a3655aa6c0bf1ea382a04.zip
Added EssentialsXMPP from newplugins branch.
Updated to work with trunk. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1564 e251c2fe-e539-e718-e476-b85c1f46cddb
Diffstat (limited to 'EssentialsXMPP/src/plugin.yml')
-rw-r--r--EssentialsXMPP/src/plugin.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/EssentialsXMPP/src/plugin.yml b/EssentialsXMPP/src/plugin.yml
new file mode 100644
index 000000000..3ccc0b55e
--- /dev/null
+++ b/EssentialsXMPP/src/plugin.yml
@@ -0,0 +1,20 @@
+# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
+name: EssentialsXMPP
+main: com.earth2me.essentials.xmpp.EssentialsXMPP
+# Note to developers: This next line cannot change, or the automatic versioning system will break.
+version: TeamCity
+website: http://www.earth2me.net:8001/
+description: Provides xmpp communication.
+authors:
+ - snowleo
+depend: [Essentials]
+commands:
+ setxmpp:
+ description: set your xmpp address
+ usage: /<command> address
+ xmpp:
+ description: send a message to a player
+ usage: /<command> player message
+ xmppspy:
+ description: toggle xmpp spy for all message
+ usage: /<command> player \ No newline at end of file