2011-06-02 15:24:26 +02:00
|
|
|
# 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
|
2011-06-02 15:49:58 +02:00
|
|
|
usage: /<command> <address>
|
2011-06-02 15:24:26 +02:00
|
|
|
xmpp:
|
|
|
|
description: send a message to a player
|
2011-06-02 15:49:58 +02:00
|
|
|
usage: /<command> <player> <message>
|
2011-06-02 15:24:26 +02:00
|
|
|
xmppspy:
|
2011-06-02 15:49:58 +02:00
|
|
|
description: toggle xmpp spy for all messages
|
|
|
|
usage: /<command> <player>
|