Package fr.neatmonster.nocheatplus.command.admin.log.counters

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

TOP

Related Classes of fr.neatmonster.nocheatplus.command.admin.log.counters.CountersCommand

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.