Examples of CountersCommand


Examples of fr.neatmonster.nocheatplus.command.admin.log.counters.CountersCommand

public class LogCommand extends BaseCommand{

  public LogCommand(JavaPlugin plugin) {
    super(plugin, "log", Permissions.COMMAND_LOG);
    addSubCommands(
      new CountersCommand(plugin)
      );
  }
View Full Code Here

Examples of fr.neatmonster.nocheatplus.command.admin.reset.counters.CountersCommand

public class ResetCommand extends BaseCommand{

  public ResetCommand(JavaPlugin plugin) {
    super(plugin, "reset", Permissions.COMMAND_RESET);
    addSubCommands(
      new CountersCommand(plugin)
      );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.