mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-21 16:05:03 +00:00
Fix version EssentialsGeoIP
This commit is contained in:
parent
7498a5f983
commit
85d6c836a8
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue