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 Mar 13, 2013@marubal21
I've never used either of those, but it should be pretty easy to test on a local server.
-
View User Profile
-
Send Message
Posted Mar 13, 2013Does anyone happen to know if this plugin works with Tropicraft or Twilight Forest mods?
-
View User Profile
-
Send Message
Posted Mar 5, 2013@haveric
Thanks. It works fine :)
-
View User Profile
-
Send Message
Posted Mar 5, 2013@F4BSE
The dev version has that fixed. There's two download links to github at the top of the page.
-
View User Profile
-
Send Message
Posted Mar 5, 2013I found a very big issue to multiplicate all blocks
Result: You'll se that you get infinite Blocks.
Plz fix it. :/
-
View User Profile
-
Send Message
Posted Mar 4, 2013I'm so glad this plugin exists I was looking for one just like it! Thanks for making it!
-
View User Profile
-
Send Message
Posted Mar 2, 2013@haveric
Thanks for replying so quickly. Making an awesome zombie apocalyps server and really can't miss out on your plugin! :)
-
View User Profile
-
Send Message
Posted Mar 1, 2013@Faldonboy
Interesting, I will definitely take a look and see if I can figure out what is going on.
-
View User Profile
-
Send Message
Posted Mar 1, 2013@haveric
This plugin works fine with RecipeManager except for a duplication bug(doesn't always happen), the problems between the two plugins were fixed by one of you(unintentionally) months ago. The problem he is having sounds like a conflict with something else.(new essentials builds have a small problem with stackableitems but I haven't seen it cause a problem and the error is very infrequent. Worldguard also has some small bugs involving this plugin but only if you're using the /stack command from it.)
-
View User Profile
-
Send Message
Posted Mar 1, 2013@Beauseant
Last I checked, RecipeManager was not compatible with StackableItems to a point where one of the plugins would have to change how they were doing crafting to work. I had planned on working with THDigi on fixing the problem, but have not had time to. I also haven't kept up on any progress that has been made, so all I can say right now is that I will look into it.
I just added a ticket on github to prevent me from forgetting about it: https://github.com/haveric/StackableItems/issues/65
-
View User Profile
-
Send Message
Posted Mar 1, 2013This plugin is not compatible with RecipeManager, as if you then want to craft something you can't take it out of the crafting slot, only through shift clicking. Is there a way so you can fix this?
-
View User Profile
-
Send Message
Posted Feb 28, 2013Indeed, my problems went away when I tested in survival. As long as it works for my players, I can live with the inconvenience for my admin character.
-
View User Profile
-
Send Message
Posted Feb 27, 2013@PacWhite
Oh, creative is not supported. Creative is mostly handled client side and therefore I can't control very much of it. I haven't looked at in a while though and can take another look to see if there is anything I can do.
@QuantumMiner
If you are in creative, this is the same issue and there isn't much I can do at this time.
-
View User Profile
-
Send Message
Posted Feb 27, 2013I think i have the problem what QuantumMiner has. In Creativ Menu i want to put out more Minecarts but i must click for everyone....
(I know, my english like a ...hmm Ape?)
-
View User Profile
-
Send Message
Posted Feb 27, 2013@FlashLight32
There is no reason that it shouldn't be created as it is now, but I will look into it.
@acap41
All bugs are unintended features. For some reason, I feel like it was done on purpose at some point, but I'm not really sure why off hand so I will probably fix that.
@QuantumMiner
That is really strange and it shouldn't behave like that. I won't be at my dev machine until tonight though. Can you give me your options.yml and do a little testing for me? Can you get over 16 eggs in the inventory by stacking either of the following: 15 + 15, 16 + 15? Does left or right click matter? Does the inventory type matter (Player inventory, Chest, Crafting table, etc.)?
-
View User Profile
-
Send Message
Posted Feb 26, 2013I put some items into defaultitems.yml, and now I see a larger stack when I pick them up from the ground. However, I can't combine smaller stacks in my inventory. For example, I have EGG: 64. If I drop two stacks of 16 on the ground and walk over them, I'll get a stack of 32. But if I have two stacks of 16, and open my inventory, I can't drop one stack on top of the other.
I'm running StackableItems 0.9.1 on CraftBukkit 1.4.7-R1.0 with CommandBook, PermissionsBukkit, WorldEdit, WorldGuard
-
View User Profile
-
Send Message
Posted Feb 25, 2013Not sure if this is caused by your plugin alone or by one of the other 57 plugins on my server, but when this plugin is enabled, people can place anything in any one of their armor slots. Is this a feature, or a bug? I'm using the dev build that fixed the duping issues.
-
View User Profile
-
Send Message
Posted Feb 20, 2013@haveric
this file is not created maybe u need to add in your public void setup() a cfgFurnaces.addDefault and a saveConfig(cfgFurnaces, cfgFurnacesFile); in Config.java
-
View User Profile
-
Send Message
Posted Feb 20, 2013@FlashLight32
First of all, is there any more to that error? If so please post the entire thing.
Next, can you try deleting the StackableItems folder and restarting the server. Do you get any errors at this point?
I guess you could always try creating the StackableItems/data/furnaces.yml file, but usually when it isn't created, there is a something else that is wrong causing it.
I can help more tonight after work.
-
View User Profile
-
Send Message
Posted Feb 20, 2013bug with /si reload
with StackableItems v0.9.1 and v0.9.1.t1