This plugin allows you to edit the max amount of any item in one stack.
This includes potions, buckets, snowballs, eggs and more. This plugin can bypass the default maximum of 64 items in one stack.
Version 1.7 - 1.20.3 = 127 per stack maximum Version 1.20.6 - 1.21 = 99 per stack maximum
Supported Server Types:
- Spigot - Paper - Pupur - Folia
Examples:
- Change the max amount of enderpearls to 64 per stack.
- Change the max amount of potions you can hold to 32 per stack.
- Change the max amount of snowballs you can hold to 64 per stack.
Commands: /stack - Stack all the items in your inventory (not required). /stacks reload - Reload the plugin with a new configuration.
Permissions: STACKS.* - Access to all of this plugin's permissions. STACKS.RELOAD - Access to the reload command. STACKS.COMMAND - Access to /stack command. Bug Fixes (BETA):
+ Villager trading with stacked items not working.
+ Tools can stack when have full durability onto another item with used durability (wasting a tool on versions 1.7-1.16).
+ Blocks cannot be set as a max stack (versions 1.7-1.16) (may not be solvable).
+ Fix visual glitch with containers above the default stack amount (may not be solvable) [
Click to find out more].
Code (YAML):
# General Settings check-for-updates: true
# Check for new plugin updates
# Use mini messages # Allows for clickable links, actions and more. # https://www.spigotmc.org/threads/minimessage-rich-text-messages-made-easy.433454/ use-mini-message: false
# Stack command # Default Stack Type = HAND / ALL # Hand stacks all items player is holding # All stacks all the items in the player's inventory # Command = /stack or /stack [HAND/ALL] stack-command:
enabled: true
default-stack-type: 'HAND'
# Only allow items to stack via command (this will disallow merging in inventory) only-stack-via-command: true
# Disallow stacked items/tools in anvils to be applied disallow-stacked-anvil-items: true
# Update players inventory after merging stacked items (not required for 1.18+) # This makes it look cleaner when items are stacked update-inventory-on-merge: true
# Make brewing stands not be able to stack potions (not required for 1.18+) # This makes it so brewing stands only allow 1 potion in the potion slot one-potion-per-slot: true
# Update rate for buckets, drinkable items, and damageable items # This is an option because on folia it needs more of a delay to work correctly # This is in ticks item-change-delay: 2
# This setting will enable a max amount for ALL items in the game max-stack-for-all-items:
enabled: false
# Disabled by default amount: 1
whitelist: # This is a whitelist of items that won't be included - DIAMOND_PICKAXE
# Max Item Stack Sizes # Format = MATERIAL NAME : STACK SIZE # (These list of items will be exempt from max-stack-for-all-items if enabled) items:
POTION: 16
# SPLASH_POTION: 16 (This is only in later versions)