Package nallar.tickthreading.minecraft.commands

Examples of nallar.tickthreading.minecraft.commands.TicksCommand


    Log.info("Server launch took " + ((System.currentTimeMillis() - LaunchClassLoader.launchTime) / 1000f));
    if (Log.debug) {
      Log.debug("TickThreading is running in debug mode.");
    }
    ServerCommandManager serverCommandManager = (ServerCommandManager) event.getServer().getCommandManager();
    serverCommandManager.registerCommand(new TicksCommand());
    serverCommandManager.registerCommand(new TPSCommand());
    serverCommandManager.registerCommand(new ProfileCommand());
    serverCommandManager.registerCommand(new DumpCommand());
    MinecraftServer.setTargetTPS(targetTPS);
    Command.checkForPermissions();
View Full Code Here

TOP

Related Classes of nallar.tickthreading.minecraft.commands.TicksCommand

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.