Package com.mcbans.firestar.mcbans.rollback

Examples of com.mcbans.firestar.mcbans.rollback.RollbackHandler


        ServerChoose serverChooser = new ServerChoose(this);
        (new Thread(serverChooser)).start();

        // rollback handler
        rbHandler = new RollbackHandler(this);
        rbHandler.setupHandler();

        // hookup integration plugin
        //checkPlugin(true);
        //if (ncpEnabled) log.info("NoCheatPlus plugin found! Enabled this integration!");
View Full Code Here

TOP

Related Classes of com.mcbans.firestar.mcbans.rollback.RollbackHandler

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.