mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +00:00
Fix version EssentialsChat
This commit is contained in:
parent
63b5068591
commit
7498a5f983
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue