mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-07 15:48:43 +00:00
Fix version EssentialsXMPP
This commit is contained in:
parent
1f5b659f2d
commit
8bc47c45a4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
name: EssentialsXMPP
|
name: EssentialsXMPP
|
||||||
main: com.earth2me.essentials.xmpp.EssentialsXMPP
|
main: com.earth2me.essentials.xmpp.EssentialsXMPP
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: ${project.version}-b${BUILD_NUMBER}
|
version: ${project.version}-b${build.number}
|
||||||
website: http://ess.khhq.net/wiki/XMPP
|
website: http://ess.khhq.net/wiki/XMPP
|
||||||
description: Provides xmpp communication.
|
description: Provides xmpp communication.
|
||||||
authors:
|
authors:
|
||||||
|
@ -17,4 +17,4 @@ commands:
|
||||||
usage: /<command> <player> <message>
|
usage: /<command> <player> <message>
|
||||||
xmppspy:
|
xmppspy:
|
||||||
description: toggle xmpp spy for all messages
|
description: toggle xmpp spy for all messages
|
||||||
usage: /<command> <player>
|
usage: /<command> <player>
|
||||||
|
|
Loading…
Reference in a new issue