Package com.kellerkindt.scs.balance

Examples of com.kellerkindt.scs.balance.EssentialsBalance


    }
   
    // Essentials Economy
    if (className.equals("com.earth2me.essentials.Essentials") && isAllowedEconomySystem(className)) {
      log(Level.INFO, "Hooked into EssentialsEconomy", true);
      this.balance  = new EssentialsBalance(this, (Essentials)plugin);
    }
   
    // iConomy 5
    if (className.equals("com.iConomy.iConomy") && isAllowedEconomySystem(className)) {
      log(Level.INFO, "Hooked into iConomy5", true);
View Full Code Here

TOP

Related Classes of com.kellerkindt.scs.balance.EssentialsBalance

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.