sender.addChatMessage(new ChatComponentText(CommandHandler.instance.getCommandUsage(null)));
}
World world = CoFHCore.server.worldServerForDimension(dim);
if (world == null) {
throw new PlayerNotFoundException("World not found", new Object[0]);
}
double tickms = getTickMs(world);
double tps = getTps(world);