130131132133134135136137138139140
public static YAMLProcessor getMirrorsYML() { updateMirrorsYMLCache(); YAMLProcessor config = new YAMLProcessor(mirrorsYML, false); try { config.load(); } catch (IOException e) { e.printStackTrace(); } return config; }