haveric / StackableItems

Minecraft Bukkit plugin that allows you to change the default stack size of items.
22 stars 17 forks source link

problem with brewing_stand #111

Closed Brunner2 closed 9 years ago

Brunner2 commented 9 years ago

I collect potions up to 64 in my player inventory and chests. But if I have collected bottles and shift-click with brewing_stand window opened, all of 64 potions are placed in the stand. Even if I tried

inventory: brewing_stand: disabled: true

OR

inventory: brewing_stand: potion: 1

haveric commented 9 years ago

Try using "brewing" instead of "brewing_stand". I should probably document this somewhere if it isn't already. I believe I set this up to use Bukkit's inventory names, which can be confusing at times.