for (String uMsg : updateLocs) {
LogUtil.logWarning(uMsg);
}
}
LogUtil.logWarning(msg);
final MCAccess mcAccess = new MCAccessBukkit();
LogUtil.logWarning("[NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.");
return mcAccess;
}
catch(Throwable t) {
throwables.add(t);