mirror of
https://github.com/songoda/EpicBuckets.git
synced 2024-11-13 05:45:16 +01:00
Added getter for ignoredmaterials
This commit is contained in:
parent
5c4eac8d3e
commit
ba7319d43f
@ -95,4 +95,8 @@ public class ConfigManager {
|
||||
public String getBulkShopPurchasePath() {
|
||||
return bulkShopPurchasePath;
|
||||
}
|
||||
|
||||
public List<String> getIgnoredMaterials() {
|
||||
return ignoredMaterials;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user