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 Sep 5, 2013@TommehRRR
Here's an example for items.yml:
The order can be found here: http://www.minecraftwiki.net/wiki/Data_values#Dyes
-
View User Profile
-
Send Message
Posted Sep 5, 2013I want to limit different amounts of dyes, how do i do this?
-
View User Profile
-
Send Message
Posted Aug 25, 2013@QuantumMiner
I've added the issue on github. I'll try to get to it soon.
-
View User Profile
-
Send Message
Posted Aug 25, 2013Thanks so much for bringing this plugin up to date!
Is there any hope that you could add support for items placed into a container by a hopper?
-
View User Profile
-
Send Message
Posted Aug 20, 2013@haveric
Mmmm is very rare that only your plugin is downloaded corruptly ... but it can be.
I'll wait to be approved: P
Thank you.
-
View User Profile
-
Send Message
Posted Aug 20, 2013@Q2Lummox
That definitely looks like a corrupt download, either try downloading it again, or wait for it to be approved on here.
-
View User Profile
-
Send Message
Posted Aug 20, 2013@haveric
I redownload the latest version 0.9.4.2 and give this error:
http://pastebin.com/83Lh3B4H
-
View User Profile
-
Send Message
Posted Aug 19, 2013@CraftySubZero
I'm using the Inventory Types from here so it should work with "merchant".
-
View User Profile
-
Send Message
Posted Aug 19, 2013@haveric
Thank you! This version works great! One question though, is it possible for me to change the stack limits on villagers? Because they seem to be effected by my "default:" section. Ive tried "villager:" and "npc:" but i've had no luck :(
-
View User Profile
-
Send Message
Posted Aug 18, 2013@CraftySubZero
Just uploaded 0.9.4.2 which should fix the duplication issues.
-
View User Profile
-
Send Message
Posted Aug 18, 2013@haveric
Ok, that makes sense :) I tried it on a clean server with the latest version of spigot, and that didn't help at all. Looking forward to a fix :D
-
View User Profile
-
Send Message
Posted Aug 16, 2013@CraftySubZero
Another person came across this issue, so I looked into a bit and found the cause which is with dragging items, not spam clicking. I'll look into this more tonight to try to fix it.
-
View User Profile
-
Send Message
Posted Aug 15, 2013@haveric
hahah ok mate i'll try that >.> i didnt see any details or example son how to add meta data items.
-
View User Profile
-
Send Message
Posted Aug 15, 2013@delsolsi213
Try
It uses spaces instead of colons.
-
View User Profile
-
Send Message
Posted Aug 15, 2013so i added htis and is not working, all my other limits work fine but adding '351:3': 3 doesnt work im trying to limit the stack to 3.
-
View User Profile
-
Send Message
Posted Aug 15, 2013@haveric
Awesome!!! Version 0.9.4.1 works great! Thank you so much!!!!!
-
View User Profile
-
Send Message
Posted Aug 15, 2013@Q2Lummox
It's possible you got a corrupted download, try redownloading it. If that doesn't help, put your items.yml file on pastebin and post it here.
-
View User Profile
-
Send Message
Posted Aug 15, 2013With this version, works well:
http://dev.bukkit.org/bukkit-plugins/stackableitems/files/30-stackable-items-0-9-4/
With the latest version of Github, I get an error:
"Could not load stackableitems.jar invalid items.yml".
The same items.yml on both.
Im using latest spigot version.
-
View User Profile
-
Send Message
Posted Aug 14, 2013@Dolphin263 @CraftySubZero
Well, I've uploaded 0.9.4.1. We'll see which version actually gets approved first. In the mean time, if you'd like to help test the latest version, please check github.
-
View User Profile
-
Send Message
Posted Aug 14, 2013@CraftySubZero
I've tested on both CraftBukkit and the latest spigot build and I cannot replicate your issue. Try updating to the latest spigot build. If that doesn't fix it, I'd be willing to bet you have a plugin conflict. What plugins are you running and can you try running it with just StackableItems to see if it still happens?