Package com.l2jfrozen.gameserver.handler.admincommandhandlers

Examples of com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminBookmark


    registerAdminCommandHandler(new AdminBuffs());
    registerAdminCommandHandler(new AdminAio());
    registerAdminCommandHandler(new AdminCharSupervision());
    registerAdminCommandHandler(new AdminWho()); // L2OFF command
        registerAdminCommandHandler(new AdminRaidEngine());
        registerAdminCommandHandler(new AdminBookmark());// L2OFF command
    // ATTENTION: adding new command handlers, you have to change the
    // sql file containing the access levels rights
   
    _log.info("AdminCommandHandler: Loaded " + _datatable.size() + " handlers.");
   
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminBookmark

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.