@Override
public void registerSubCommands() {
this.registerSubCommand(new DummyCommand());
this.registerSubCommand(new VersionCommand());
this.registerSubCommand(new ChangelogCommand());
this.registerSubCommand(new NBTDebugCommand());
this.registerSubCommand(new RoutingThreadCommand());
this.registerSubCommand(new TransferNamesCommand());
this.registerSubCommand(new NameLookupCommand());
this.registerSubCommand(new DumpCommand());