//Creates a mod to store the data that is to be in the official patch
Mod officialPatch = SPGlobal.getGlobalPatch();
// Creates and initializes an INI object to store the INI data
INI ini = new INI("customizedGMSTs.ini");
Collection<IniSectionHead> sections = getSectionList();
ini.addSection(sections);
ini.readData();
// Get INI Data that corresponds to the filter map
Map<IniSectionHead, Collection<IniData>> iniData = ini.getData();