Package com.kellerkindt.scs.listeners

Examples of com.kellerkindt.scs.listeners.SignListener


    setCreatePermission(ExchangeShop.class, Properties.permCreateExchange);
   
   
    // init listeners
    if (Properties.useSigns) {
      registerEvents(new SignListener(this));
    }
   
    // iLogTransaction listener
    if (Bukkit.getPluginManager().getPlugin("iLogTransactions") != null) {
      registerEvents(new ILogTransactionListener(this));
View Full Code Here

TOP

Related Classes of com.kellerkindt.scs.listeners.SignListener

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.