Package com.mcbans.firestar.mcbans.commands

Examples of com.mcbans.firestar.mcbans.commands.CommandKick


        // IP Banning Commands
        cmds.add(new CommandBanip());

        // Other action commands
        cmds.add(new CommandUnban());
        cmds.add(new CommandKick());

        // Other commands
        cmds.add(new CommandLookup());
        cmds.add(new CommandBanlookup());
        cmds.add(new CommandAltlookup());
View Full Code Here

TOP

Related Classes of com.mcbans.firestar.mcbans.commands.CommandKick

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.