haveric / StackableItems

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

Plugin doesn't work #118

Closed MirceaDumitrescu closed 8 years ago

MirceaDumitrescu commented 8 years ago

Hello,

Altough the console logs show no error, it does not work. Here is my config: ( running paperspigot 1.8 )

allWorlds: default: MIN: 32 MAX: 100 player: {} group: admin: MIN: 100 MAX: 100 inventory: chest: MIN: 100 MAX: 100 Enelloth: ( main world ) default: MIN: 100 MAX: 100

haveric commented 8 years ago

Plugin seems to work fine with this config setup. Make sure you are not in creative mode when testing the stacking.

MirceaDumitrescu commented 8 years ago

That was so simple, thanks !