Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for CodingGuru1968

Change the amount of each item you can hold in one slot.

Report InventoryStacks?

InventoryStacks BETA

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.

Discord For Support + New Features: https://discord.gg/Rqmngywv57

Maximum Stack Amounts:

  • Version 1.7 - 1.20.3 = 127 per stack maximum
  • Version 1.20.6 - 1.21 = 99 per stack maximum

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.

Important Bug Fixes (BETA):

  • Some items stack sizes affect other items (versions 1.20.6-1.21).
  • Villager trading with stacked items not working.

Minor Bug Fixes (BETA):

  • 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 64 stack (may not be solvable).
images

https://i.gyazo.com/dc9dc416827a0b3d4bfd3161fce3bbaf.gif

https://i.gyazo.com/d60ee78a61e10b63f93aa0f57346bf6b.gif

https://i.gyazo.com/426b10c08de7f4a5dcecef4b14e9dcd2.gif

config.yml
# 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

# 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)
  
ignore - search tags
  • 128 stack size

  • minecraft stack sizes

  • changing stack amount

  • increase 64 stack

  • snowball stack size

  • potion stack stack

  • stackable

  • enderpearl stack size

  • increase 16 stack

  • minecraft item amount

  • change item stack amount

  • change item amount

  • item sizes

  • unlimited stack sizes

Information

CategoryAdmin Tools
Published onAugust 12, 2024
LicenseUnspecified
Downloads65
Stars0
Watchers0

Pinned Versions

Members