ModifyMaxstack

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

ModifyMaxstack

What does this do?

This plugin allows server administrators to configure items' max stack value.

How do I use it?

To set up this plugin, download the latest version and put it in your plugins folder inside your Bukkit server, then restart/reload your server. Once set up, a configuration file will be created inside your /plugins/ModifyMaxstack folder.

How does it work?

Instead of using Bukkit's click events or editing the stack size of items in an inventory, this plugin modifies fields in Minecraft server code to modify the max stack of an item. This allows you to to increase the max stack value beyond the usual 64, if you so desire. This seems to have been changed, the absolute maximum is 64.

Things to know

The Minecraft client has problems dealing with items that don't have their default max stack. This causes inventory clicks to be buggy for these items, use this plugin at your own risk.

Configuration

This plugin has a very simple configuration. To modify an item's max stack size, add a value to the "itemstack" list.

Default configuration:

# Add items to this list that you want to modify (id:size)
# Full list of item id's can be found here: http://minecraft-ids.grahamedgecombe.com/
# Please note that the id list may not be updated.
itemstack:
- "354,64"

354 is the item id, in this case, a cake, and 64 is the amount of cakes you can now stack together.

Y U NO WORK!?

If the plugin is giving any errors, please create a new ticket here and describe your issue.

Useful links

Planned features

  • None. Comment any suggestions below.

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members