}
// 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{