Class DebugCommands

java.lang.Object
dev.despical.tntrun.command.CommandCategory
dev.despical.tntrun.command.DebugCommands

@Debug public final class DebugCommands extends CommandCategory
  • Constructor Details

    • DebugCommands

      public DebugCommands()
  • Method Details

    • debugJoinCommand

      @Command(name="tntrun.debug.join", aliases="tr.debug.join", permission="tntrun.debug.join", usage="/%label% debug join <arena> [--players=p1,p2,...]", min=1, max=3, senderType=PLAYER) public void debugJoinCommand(User user, Arguments arguments)
    • debugTimerCommand

      @Command(name="tntrun.debug.timer", aliases="tr.debug.timer", permission="tntrun.debug.timer", usage="/%label% debug timer [arena] <time>", min=1, max=2, senderType=PLAYER) public void debugTimerCommand(User user, Arguments arguments)
    • debugComponentCommand

      @Command(name="tntrun.debug.component", aliases="tr.debug.component", permission="tntrun.debug.component", usage="/%label% debug component [message] [--path=message.path]", senderType=PLAYER) public void debugComponentCommand(Arguments arguments)
    • debugDumpTimingsCommand

      @Command(name="tntrun.debug.dump", aliases="tr.debug.dump", permission="tntrun.debug.dump", usage="/%label% debug dump") public void debugDumpTimingsCommand(Arguments arguments)