IResupplyHandler resupplyHandler = plugin.getResupplyHandler();
if (resupplyHandler != null)
resupplyHandlers.add(resupplyHandler);
IOreDictionaryHandler dictionaryHandler = plugin.getDictionaryHandler();
if (dictionaryHandler != null)
dictionaryHandlers.add(dictionaryHandler);
IFuelHandler fuelHandler = plugin.getFuelHandler();
if (fuelHandler != null)