mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
I really will survive !
This commit is contained in:
parent
47d6a4a9bf
commit
6664b1c58f
@ -295,8 +295,8 @@ public class AuthMe extends JavaPlugin {
|
|||||||
dataManager.start();
|
dataManager.start();
|
||||||
|
|
||||||
// Sponsor message
|
// Sponsor message
|
||||||
ConsoleLogger.info("AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months");
|
ConsoleLogger.info("[SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months");
|
||||||
ConsoleLogger.info("Look Minecraft and other offers on www.verygames.net ! ");
|
ConsoleLogger.info("[SPONSOR] Look Minecraft and other offers on www.verygames.net ! ");
|
||||||
|
|
||||||
ConsoleLogger.info("Authme " + this.getDescription().getVersion() + " enabled");
|
ConsoleLogger.info("Authme " + this.getDescription().getVersion() + " enabled");
|
||||||
}
|
}
|
||||||
@ -660,7 +660,7 @@ public class AuthMe extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void downloadGeoIp() {
|
public void downloadGeoIp() {
|
||||||
ConsoleLogger.info("LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com");
|
ConsoleLogger.info("[LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com");
|
||||||
File file = new File(getDataFolder(), "GeoIP.dat");
|
File file = new File(getDataFolder(), "GeoIP.dat");
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user