2011-05-01 13:04:34 +02:00
|
|
|
# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
|
|
|
|
name: EssentialsGeoIP
|
|
|
|
main: com.earth2me.essentials.geoip.EssentialsGeoIP
|
|
|
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
2016-08-31 04:29:45 +02:00
|
|
|
version: ${project.version}-b${build.number}
|
2012-01-28 01:20:46 +01:00
|
|
|
website: http://tiny.cc/EssentialsCommands
|
2011-05-01 13:04:34 +02:00
|
|
|
description: Shows the country or city of a user on login and /whois.
|
2011-05-12 00:30:34 +02:00
|
|
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
|
2016-08-31 04:29:45 +02:00
|
|
|
depend: [Essentials]
|