Add Sponsorship Message, I WILL SURVIVE

This commit is contained in:
Xephi 2014-08-25 03:40:41 +02:00
parent 0b1b6617eb
commit 47d6a4a9bf

View File

@ -294,6 +294,10 @@ public class AuthMe extends JavaPlugin {
dataManager = new DataManager(this, database);
dataManager.start();
// Sponsor message
ConsoleLogger.info("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("Authme " + this.getDescription().getVersion() + " enabled");
}