TF-EssentialsX/EssentialsGeoIP/src/plugin.yml

10 lines
532 B
YAML
Raw Normal View History

# 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 02:29:45 +00:00
version: ${project.version}-b${build.number}
2012-01-28 00:20:46 +00:00
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]
2016-08-31 02:29:45 +00:00
depend: [Essentials]