From 2d038579badae3bea197d1a7fa7801e8a74e6e97 Mon Sep 17 00:00:00 2001 From: snowleo Date: Thu, 2 Jun 2011 13:24:26 +0000 Subject: 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 --- EssentialsXMPP/src/plugin.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 EssentialsXMPP/src/plugin.yml (limited to 'EssentialsXMPP/src/plugin.yml') 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: / address + xmpp: + description: send a message to a player + usage: / player message + xmppspy: + description: toggle xmpp spy for all message + usage: / player \ No newline at end of file -- cgit v1.2.3