In Game Name: SoftlyPsychoticWhat part of EcoCityCraft is this suggestion for: Network WideShort title for your suggestion: Barrel Chest ShopsWhat are you suggesting: Allow barrels, a new chest for 1.14, to be used for chest shopsWhy is this a good addition for EcoCityCraft?: Other information: In all seriousness, adding barrels as an option to chest shops would make for some pretty neat chest shop designs. I like how expressive and unique our community is when building, and I think it would enhance those builds.Plugin or custom addition: modify the enumerator list in the .yml with the following "public static Set<Material> SHOP_CONTAINERS = EnumSet.of( Material.CHEST, Material.TRAPPED_CHEST, Material.BARREL );" (props to revan for finding the code bc i am too lazy)One suggestion per form: I Understand.
So after I poked around I have found that I was wrong initially. The config.yml has a place to fix this easily. https://github.com/ChestShop-author...t/ChestShop/Configuration/Properties.java#L74 "public static Set<Material> SHOP_CONTAINERS = EnumSet.of( Material.CHEST, Material.TRAPPED_CHEST );" Just add barrels to that. Solved.
+1 I’m no programmer but this looks easy enough to implement, and it would make for some very nice looking shops, because chest are..... ugly.
I don't think this is worth maintaining a custom version of the plugin for if we aren't using a custom version already.