mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-09 13:19:13 +01:00
commit
7290dbc5a5
@ -2,7 +2,7 @@
|
||||
name: EssentialsAntiBuild
|
||||
main: com.earth2me.essentials.antibuild.EssentialsAntiBuild
|
||||
# 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://tiny.cc/EssentialsCommands
|
||||
description: Provides build protection.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally]
|
||||
|
@ -2,9 +2,9 @@
|
||||
name: EssentialsChat
|
||||
main: com.earth2me.essentials.chat.EssentialsChat
|
||||
# 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://tiny.cc/EssentialsCommands
|
||||
description: Provides chat control features for Essentials. Requires Permissions.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally]
|
||||
depend: [Essentials]
|
||||
#softdepend: [Factions]
|
||||
#softdepend: [Factions]
|
||||
|
@ -2,8 +2,8 @@
|
||||
name: EssentialsGeoIP
|
||||
main: com.earth2me.essentials.geoip.EssentialsGeoIP
|
||||
# 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://tiny.cc/EssentialsCommands
|
||||
description: Shows the country or city of a user on login and /whois.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
|
||||
depend: [Essentials]
|
||||
depend: [Essentials]
|
||||
|
@ -2,8 +2,8 @@
|
||||
name: EssentialsProtect
|
||||
main: com.earth2me.essentials.protect.EssentialsProtect
|
||||
# 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://tiny.cc/EssentialsCommands
|
||||
description: Provides protection for various parts of the world.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||
softdepend: [Essentials]
|
||||
softdepend: [Essentials]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name: EssentialsSpawn
|
||||
main: com.earth2me.essentials.spawn.EssentialsSpawn
|
||||
# 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://tiny.cc/EssentialsCommands
|
||||
description: Provides spawn control commands, utilizing Essentials.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name: EssentialsXMPP
|
||||
main: com.earth2me.essentials.xmpp.EssentialsXMPP
|
||||
# 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
|
||||
description: Provides xmpp communication.
|
||||
authors:
|
||||
@ -17,4 +17,4 @@ commands:
|
||||
usage: /<command> <player> <message>
|
||||
xmppspy:
|
||||
description: toggle xmpp spy for all messages
|
||||
usage: /<command> <player>
|
||||
usage: /<command> <player>
|
||||
|
Loading…
Reference in New Issue
Block a user