Rework BlockBank to properly store ItemMeta information
jmhertlein opened this issue ยท 3 comments
Right now, storing things with important ItemMeta (wool, for instance) get their item meta's wiped when stored in the block bank.
An easy work-around is probably to make the blockbank an inventory, then give players a chest interface to use, instead of commands.
Mostly done, just need to implement saving and loading of blockbanks now. The banks now act like virtual chests.