public static boolean tagAPIPresent = false;
public Nametags(){
if (tagAPIPresent){
// register events
CommandsEX.plugin.getServer().getPluginManager().registerEvents(new Handler_nametags(), CommandsEX.plugin);
}
// we can't restore nametags if the database is disabled
if (!CommandsEX.sqlEnabled){
return;
}