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 27, 2012I looked at the plugin, but it's not really what I'm looking (But thank you anyway!). It is not to use food instantly. It is used to heal when you eat.
And it does not support potions. I had already tried several plugin before requesting integration StackableItems ..
(This is only my opinion) but I sincerely think that option to use it instantly consumable place in StackableItems
-
View User Profile
-
Send Message
Posted Sep 26, 2012@kaitachi
Thanks. I do not need the files anymore as it looks like it is a vanilla or bukkit bug.
I had seen this issue before with mushroom soup but had no idea how to replicate it or what was causing it. Thanks to you, I can finally replicate it on occasion. What I think is happening is when you start consuming an item and stop, it still thinks you consumed it, but gets delayed for some reason.
There are other plugins that handle consuming items instantly, so I don't think it is necessary to add that in StackableItems. A quick search came up with this (http://dev.bukkit.org/server-mods/instaeat/) although there may be other ones. If you run into any issues using it alongside StackableItems, let me know and I can certainly look into it more.
-
View User Profile
-
Send Message
Posted Sep 26, 2012Is it be possible to put an option in the plugin so that we can use consumable instantanémant?
I think many people would be interested in this option and solve my problem :p
-
View User Profile
-
Send Message
Posted Sep 26, 2012I've done another test and there is a problem even on a new installation (without plugin). Here is a video of the problem: http://youtu.be/GX52R0Mo-vU (It starts 10 sec)
with bukkit and minecraft (Basic)
So, it is no longer worth what I send you the file StackableItems, though?
-
View User Profile
-
Send Message
Posted Sep 26, 2012@kaitachi
Can you zip up the StackableItems plugin folder and send it to me?
-
View User Profile
-
Send Message
Posted Sep 26, 2012CORRECTION: The problem is present on version "0.8.9" and even when I delete the plugins .. So I do not know or it may come from.
I'll try to do a fresh install. But I no longer understand (maybe because of the latency?) I'll do another test.
Sorry
-
View User Profile
-
Send Message
Posted Sep 26, 2012I did a test suite. First of all, I deleted all my plugin except "StackableItems."
Conclusion: with: - Craftbukkit-1.3.1-R2.0 - Craftbukkit-1.3.2-R0.2 - Craftbukkit-1.3.2-R0.3 it's the same thing.
And anyway the problem may be that the plugin (With "StackableItems 0.8.9" there is no problem.)
-
View User Profile
-
Send Message
Posted Sep 26, 2012@kaitachi
I can't replicate this which leads me to believe it is either another plugin or an outdated CraftBukkit.
What version of CraftBukkit are you running?
What other plugins are you using?
-
View User Profile
-
Send Message
Posted Sep 26, 2012@haveric
will do next time, sorry about that.
-
View User Profile
-
Send Message
Posted Sep 26, 2012Correction: it does on all foods (When I used one, it uses two). -> There is no problem for instant consumable.
-
View User Profile
-
Send Message
Posted Sep 26, 2012I have not seen the problem on consumables (food)
-
View User Profile
-
Send Message
Posted Sep 26, 2012@kaitachi
Thanks, I'll take a look tonight.
Does this only happen with potions, or is it any consumable item?
-
View User Profile
-
Send Message
Posted Sep 26, 2012in 0.8.8 and 0.8.9.t1
-
View User Profile
-
Send Message
Posted Sep 26, 2012@kaitachi
Drinking a potion uses 2 potions in which version?
-
View User Profile
-
Send Message
Posted Sep 26, 2012Hello!
The problem is solved in the stand-potion. But when I drink a potion, it uses 2 potions. (as in 0.8.8) In version 0.8.9, this problem has been resolved.
-
View User Profile
-
Send Message
Posted Sep 26, 2012@XeonG8
I was actually just thinking about doing this a couple days ago so it may happen.
-
View User Profile
-
Send Message
Posted Sep 26, 2012dunno if its out of scope of your plugin, but the old plugin infinite items http://forums.bukkit.org/threads/misc-infiniteitems-v0-5-1-infinite-items-1-1-r4.36346/
has become to buggy now, and it was awesome.. seems kinda similar to this in some way
would be nice if there was an infinite stack perm, that did the same thing, i prefere survival mode and tmi than using the awful creative gui.. it blows
-
View User Profile
-
Send Message
Posted Sep 26, 2012@marubal21
Please check the github issue tracker first before reporting bugs. This has been happening ever since furnaces gave xp. I am currently waiting on bukkit to provide some way of getting the xp per item as I do not want to maintain that myself when it should be accessible.
-
View User Profile
-
Send Message
Posted Sep 26, 2012hi, i just noticed that for some reason when i shift-click the results from the furnace i don't gain experience, so i'm forced to click and drag from the furnace to my inventory if i want to get the experience from using the furnace. i'm not sure how long this has been happening for, but i just noticed it last night. thank you, love the plugin btw.
-
View User Profile
-
Send Message
Posted Sep 25, 2012@kaitachi
Check the downloads page on github for a test version (0.8.9.t1) which fixes several stacking issues. Let me know if there are any other issues or if your issue is not fixed.