Package com.github.zathrus_writer.commandsex.handlers

Examples of com.github.zathrus_writer.commandsex.handlers.Handler_nametags


  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;
    }
View Full Code Here

TOP

Related Classes of com.github.zathrus_writer.commandsex.handlers.Handler_nametags

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.