StackableItems
StackableItems
StackableItems allows you to raise or lower the default stack amounts for any item. Items can also be disabled (disallows pickup and crafting). Items can be set in three different ways: individual players, permission groups (requires Vault), and universally.
Example use cases:
- Carrying 16 snowballs while carrying 64 cubic meters of dirt is ridiculous.
- Carry a stack of water buckets or mushroom soup with you so you never run out
- Make potions stack
- Limit stacks of food for a hardcore survival server
- Allow only privileged users to craft/pickup TNT
- Allow individual players to craft custom items
Download: BukkitDev
Source Code: Github
Example configurations
- Items are capped to 127 max to prevent item loss.
- Configurations use Bukkit Material names.
More info on the Configurations page.
Custom configs per group/player
Each Permissions group or player can be setup to use their own custom config by creating a new file in the StackableItems directory. Examples for me would be: I am in group admin and player haveric, so I could use admin.yml or haveric.yml
A group file will override defaultItems for the Permission group.
A player file will override a group file or defaultItems for the given player.
Permissions
- - stackableitems.admin
- Allows a player to use in-game commands to set stack amounts and reload the config.
- Permissions can also be used to create groups which can be handled with group.yml (ex: admin.yml) files
Options
See the options page for detailed descriptions of each option in options.yml
Changelog
See the full changelog on github.
Problem or Bug?
If you are having any issues or encounter any bugs, check the issue tracker on github first, and submit a new one if needed. If you're not sure if you've found a bug or just want to ask for help, jump on the Discord server below to ask around.
If you find my plugins useful and want to help support future development and faster updates, please consider donating and fueling my need for coffee:


-
View User Profile
-
Send Message
Posted Jan 7, 2014@haveric
Let me know when you have a build up and I'll try it out.
-
View User Profile
-
Send Message
Posted Jan 6, 2014@xBlueXFoxx
I can't replicate it going into a chest. It should only be happening when moving to the player inventory. The reason it is happening is because vanilla stacks in the opposite order for the hotbar and I had not taken that into account before.
-
View User Profile
-
Send Message
Posted Jan 6, 2014@haveric
Seems to work backwards too, you can stack into chests also. I've noticed it sometimes doesn't work for me also, I find it to work better when you shift click them in unstacked one at a time from the chest or inventory, it will always stack up on the right one when two are side by side.
-
View User Profile
-
Send Message
Posted Jan 5, 2014@xBlueXFoxx
I believe I have fixed the issue, but I am going to test it more thoroughly tomorrow to ensure I didn't break anything else in the process.
-
View User Profile
-
Send Message
Posted Jan 5, 2014@xBlueXFoxx
That's strange, I couldn't replicate it when I checked after your message, but I just tried it again and was able to. Not quite sure what's causing it, but I'll look into it.
-
View User Profile
-
Send Message
Posted Jan 5, 2014@haveric
On the latest version, still happens.
-
View User Profile
-
Send Message
Posted Jan 3, 2014@xBlueXFoxx
The issue in your video is a bukkit bug that has since been fixed. You just need to update your craftbukkit version.
I would like to handle those commands at some point, but there is no easy or good way to do it without rewriting them myself which I would like to avoid doing if possible.
-
View User Profile
-
Send Message
Posted Jan 3, 2014@haveric
Did you ever check out the video I linked you in private message? It's a pretty big issue with chests that is starting to turn into a pretty big issue on my server.
Also will there ever be any future for an essentials /give /i and /kit hook, or a frequent check that removes stacked items?
-
View User Profile
-
Send Message
Posted Jan 3, 2014@ZwingGX
Thanks, this should be really easy to fix. I'll take a look at it tonight when I get home.
-
View User Profile
-
Send Message
Posted Jan 3, 2014@haveric
Bug report milkbucket issue :d
http://youtu.be/bS63C49GlBY
-
View User Profile
-
Send Message
Posted Jan 2, 2014@Itz_Im_So_Rhodes
There is a limit of 127, but know that most inventories (except the player inventory and I think one other) will not show the stack count correctly above 64.
-
View User Profile
-
Send Message
Posted Jan 2, 2014can you stack over 64?
-
View User Profile
-
Send Message
Posted Jan 1, 2014@FoxyFullmoon
It actually does, but it works with all enchanted books, you can't pick just one type to stack.
Simply add
to the appropriate place in items.yml
-
View User Profile
-
Send Message
Posted Dec 25, 2013This mod doesn't allow for the same type of enchantments to stack. Any way to change that? While enchanting books we get so many that don't get used and I'd like to keep my enchanting down to one chest.
-
View User Profile
-
Send Message
Posted Dec 13, 2013So I should contact with InvTweaks developer?
I have sent pm to him.
-
View User Profile
-
Send Message
Posted Dec 13, 2013@Jacold
StackableItems manually overrides how most of the inventory actions work. InventoryTweaks doesn't know anything about these overrides so they conflict.
-
View User Profile
-
Send Message
Posted Dec 13, 2013But I noticed that where stacks aren't oversized this problem appears too.
-
View User Profile
-
Send Message
Posted Dec 13, 2013@Jacold
Unfortunately no, I don't have any good solutions at the moment. There is no way that I know of to let a mod such as Inventory Tweaks know about the stack changes in StackableItems.
-
View User Profile
-
Send Message
Posted Dec 13, 2013Hi. This plugin conflicts with Inventory Tweaks mod. Have you any solutions?
Conflict are present when I hit sort button (any kind).
And another question - CTRL + Q (dropping whole stack) is blocked by Stackable Items?
-
View User Profile
-
Send Message
Posted Dec 9, 2013Sending you a video via PM of a new bug a user reported to me.