Package net.coreprotect

Examples of net.coreprotect.CoreProtectAPI


        }

        // Check CoreProtect
        check = pm.getPlugin("CoreProtect");
        if (check != null && check instanceof CoreProtect && check.isEnabled()) {
            CoreProtectAPI cpAPI = ((CoreProtect) check).getAPI();
            if (cpAPI.isEnabled()){
                method = new CpRollback(plugin);
                method.setPlugin(check);
                log.info("CoreProtect plugin found. Using this for rollback.");
                return true;
            }else{
View Full Code Here

TOP

Related Classes of net.coreprotect.CoreProtectAPI

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.