Added getter for ignoredmaterials

This commit is contained in:
Niels Vergucht 2018-12-03 17:22:27 +01:00
parent 5c4eac8d3e
commit ba7319d43f

View File

@ -95,4 +95,8 @@ public class ConfigManager {
public String getBulkShopPurchasePath() {
return bulkShopPurchasePath;
}
public List<String> getIgnoredMaterials() {
return ignoredMaterials;
}
}