3ddc8217df
v0.5.3 - Mined blocks were not converting to dropped resources prior to going into player inventory. i.e. if a prisoner mined a stone they would get a stone block in their inventory instead of a cobblestone. Attempting to fix that here using getDrop() but that returns a list. Attempting to convert that into an Array etc and go from there.
aa15006f47
v0.5.0 - Added config.yml. Removed BannedItemsConfig and replaced it with a new ConfigManager. Toggle option in config.yml to toggle AutoPicked up mined blocks for prisoners. Will use config.yml for future toggles as well.
0ef2a83b88
v0.4.0 - Added config.yml. Removed BannedItemsConfig and replaced it with a new ConfigManager. Toggle option in config.yml to toggle AutoPicked up mined blocks for prisoners. Will use config.yml for future toggles as well.