Examples of Handler_nametags


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
Copyright © 2018 www.massapi.com. 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.