Examples of WorldGuardListener


Examples of com.kellerkindt.scs.listeners.WorldGuardListener

  public void hookInto (Plugin plugin) {
    String className  = plugin.getClass().getName();
   
    // WorldGuard
    if (className.equals("com.sk89q.worldguard.bukkit.WorldGuardPlugin")) {
      registerEvents(new WorldGuardListener(this, (WorldGuardPlugin)plugin));
      log(Level.INFO, "Hooked into WorldGuard", true);
    }
   
    // Essentials Economy
    if (className.equals("com.earth2me.essentials.Essentials") && isAllowedEconomySystem(className)) {
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.