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 17, 2014So I can only up the limit to 127 items in a stack is that correct?
I'm trying to find away that allows players to stack emeralds up to stacks of 500-1000 per stack. I'm using Gringotts so they have a shit load of emeralds and my shop uses them to pay for items. There is no current way for me to be able to put 5000 emeralds in to a the shop as it only takes 64 at a time :p
-
View User Profile
-
Send Message
Posted Jan 17, 2014@ZwingGX
This is a vanilla minecraft issue and there is nothing I can do about it unfortunately. The correct amount is there, it just displays incorrectly client side.
-
View User Profile
-
Send Message
Posted Jan 17, 2014@haveric
Chest stack bug report :)
inventory grass:
https://www.dropbox.com/s/j3sp81ut40391zc/1.jpg
in to the chest: https://www.dropbox.com/s/fjlxc4w5gdl7dog/2.jpg
-
View User Profile
-
Send Message
Posted Jan 17, 2014@BunnyPig
Please check your PMs. This isn't the kind of bug that I can easily give you a fix for. It will take some debugging for me to figure out what is going on as I can't replicate your issues with my current setup.
Another thing that would help is a more specific report of what is going on, such as a step by step guide to what is happening or even better a video to demonstrate the issue.
-
View User Profile
-
Send Message
Posted Jan 17, 2014Have you found any possible solutions for my problem, @haveric?
-
View User Profile
-
Send Message
Posted Jan 16, 2014I was about to record it but I can't recreate the issue now.
-
View User Profile
-
Send Message
Posted Jan 16, 2014@Jleeevinnn
There is support for that already.
Example:
-
View User Profile
-
Send Message
Posted Jan 16, 2014I'm issuing my entire server able to stack a certain amount of a item, and its useless if they can't put it in chests, please add support.
-
View User Profile
-
Send Message
Posted Jan 16, 2014@haveric
Well, doesn't matter. I'm using the latest CraftBukkit version (2987). I've got a lot of mods but none that I can think could interfere with your mod, only ProtocolLib and Enchantism. I'm using your latest version 0.9.4.4.
List of mods: antifire, anvilrepairs, bookmanager, doublexp, chairs, dynmap, enchantism, herobrineai, Iervonohunger, instantdecay, neopaintingswitch, protocolib, quickspawner, rocketteleport, simpleautomessage, stackableitems, starter-kit, treeassist.
-
View User Profile
-
Send Message
Posted Jan 16, 2014@BunnyPig
What version of CraftBukkit are you running and what other plugins do you have? Also, what version of StackableItems are you using? Feel free to pm me if you don't want them public.
-
View User Profile
-
Send Message
Posted Jan 16, 2014I haven't read all of the comments so if this has been answered before I'm sorry.
It's really laggy for me. Whenever I try to stack anything it keeps multiplying the amount and I have to click on the actual item several times for it to apply correctly. The items also stays in place before I've clicked it several times to stack them. It's really hard to explain but I hope you understand, any idea on how to fix it? Or is it a bug?
-
View User Profile
-
Send Message
Posted Jan 14, 2014Well it's kinda useless for the users that do have the permission, they'd have to constantly have it in their inventory.
-
View User Profile
-
Send Message
Posted Jan 14, 2014I'm currently as we speak setting up a local linux test server on a spare PC I have laying around, I'll upload the config from backup later this morning when I have it online, I'll also see if I can make another youtube video.
-
View User Profile
-
Send Message
Posted Jan 13, 2014@Jleeevinnn
Not currently. My reason for this is that chests are usually public and accessible by everyone.
An example of why this likely wouldn't work. Player A has dirt capped to 16 in chest. Player B is set to vanilla. Player B can still fill the same chest to 64 for Player A.
If you can make a good case for why this should be implemented though, I'll definitely consider it.
-
View User Profile
-
Send Message
Posted Jan 13, 2014Any way to make it so only a certain group can put a certain item stacked in a CHEST.
Currently, the certain group can stack the item in their inventory, but can't put it in their chests.
-
View User Profile
-
Send Message
Posted Jan 10, 2014@xBlueXFoxx
Apparently I don't know what's happening after all. Can you pm me your items.yml file and tell me what items you are experiencing problems with? I'd like to test your exact setup as I may have mine configured differently which could possibly affect how items are stacked.
-
View User Profile
-
Send Message
Posted Jan 10, 2014@xBlueXFoxx
Ah, I see what's happening now, will take a look at it tonight.
-
View User Profile
-
Send Message
Posted Jan 10, 2014It seems to be corrected when stacking into your inventory, but if you still have two side by side in a chest you can still stack past the chest limit.
-
View User Profile
-
Send Message
Posted Jan 9, 2014@haveric
Seems to be working, hope to see an essentials hook in the future, even if it just means ejecting the stacked items onto the floor in front of players.
-
View User Profile
-
Send Message
Posted Jan 7, 2014@ZwingGX
@xBlueXFoxx
Just uploaded version 0.9.4.4 which should fix milk buckets destroying chests and some item stacking.