Package com.l2jfrozen.gameserver.powerpak.gmshop

Examples of com.l2jfrozen.gameserver.powerpak.gmshop.GMShop


        System.out.println("Global Gatekeeper is Enabled.");
      }

      if(PowerPakConfig.GMSHOP_ENABLED)
      {
        GMShop gs = new GMShop();
        CustomBypassHandler.getInstance().registerCustomBypassHandler(gs);
        if(PowerPakConfig.GLOBALGK_COMMAND!=null && PowerPakConfig.GLOBALGK_COMMAND.length()>0)
        {
          VoicedCommandHandler.getInstance().registerVoicedCommandHandler(gs);
        }
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.powerpak.gmshop.GMShop

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.