Package com.mcbans.firestar.mcbans.commands

Examples of com.mcbans.firestar.mcbans.commands.CommandRban


        List<BaseCommand> cmds = new ArrayList<BaseCommand>();
        // Banning Commands
        cmds.add(new CommandBan());
        cmds.add(new CommandGlobalban());
        cmds.add(new CommandTempban());
        cmds.add(new CommandRban());
       
        // IP Banning Commands
        cmds.add(new CommandBanip());

        // Other action commands
View Full Code Here

TOP

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

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.