Package com.killruana.zcraft.administration

Examples of com.killruana.zcraft.administration.HaxPluginCommand


        getCommand("dice").setExecutor(new Dice(this));
        getCommand("random").setExecutor(new Random(this));

        // Module Administration
        getCommand("inv").setExecutor(new InvPluginCommand(this));
        getCommand("hax").setExecutor(new HaxPluginCommand(this));
        getCommand("chuck").setExecutor(new ChuckPluginCommand(this));
        getCommand("kban").setExecutor(new KillBanCommand(this));
    }
View Full Code Here

TOP

Related Classes of com.killruana.zcraft.administration.HaxPluginCommand

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.