Package fr.neatmonster.nocheatplus.command.actions

Examples of fr.neatmonster.nocheatplus.command.actions.BanCommand


     */
    public NoCheatPlusCommand(final JavaPlugin plugin, final List<INotifyReload> notifyReload) {
        super(plugin, "nocheatplus", null, new String[]{"ncp"});
        // Register sub commands (special order):
        for (BaseCommand cmd : new BaseCommand[]{
                new BanCommand(plugin),
                new CommandsCommand(plugin),
                new DelayCommand(plugin),
                new ExemptCommand(plugin),
                new ExemptionsCommand(plugin),
                new TopCommand(plugin),
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.command.actions.BanCommand

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.