Package com.mcbans.firestar.mcbans.commands

Examples of com.mcbans.firestar.mcbans.commands.CommandBanip


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

        // Other action commands
        cmds.add(new CommandUnban());
        cmds.add(new CommandKick());
View Full Code Here

TOP

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

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.