Package com.mcbans.firestar.mcbans.commands

Examples of com.mcbans.firestar.mcbans.commands.CommandMcbans


        // Other commands
        cmds.add(new CommandLookup());
        cmds.add(new CommandBanlookup());
        cmds.add(new CommandAltlookup());
        cmds.add(new CommandMcbans());
        cmds.add(new CommandPrevious());
       
        cmds.add(new CommandMCBansSettings());

        for (final BaseCommand cmd : cmds){
View Full Code Here

TOP

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

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.