Examples of TownyListener


Examples of com.kellerkindt.scs.listeners.TownyListener

      this.balance = new BOSEconomyBalance (this, (BOSEconomy)plugin);
    }
    // Towny
    if (className.equals("com.palmergames.bukkit.towny.Towny")) {
      log(Level.INFO, "Hooked into Towny", true);
      registerEvents(new TownyListener());
    }
   
    // Vault
    if (className.equals("net.milkbowl.vault.Vault") && isAllowedEconomySystem(className)) {
      RegisteredServiceProvider<Economy> economyProvider = scs.getServer().getServicesManager().getRegistration(net.milkbowl.vault.economy.Economy.class);
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.