Stackable
PluginGPL-3.0-only

Stackable

configurable max stack size of item

1.0K
Downloads
13
Followers
7 months ago
Updated
📦
2
Versions

📖About Stackable

A simple plugin that allow you to change max stack size of any item with config.yml
Example config.yml

debug: false
items:
  # Food items
  suspicious_stew: 32
  rabbit_stew: 32
  mushroom_stew: 32
  beetroot_soup: 32

  potion: 8
  splash_potion: 8
  lingering_potion: 8

  "*_boat": 4 # All boats
  "*_chest_boat": 4 # All chest boats
  "*_raft": 4 #  rafts
  "*_chest_raft": 4 # chest rafts

  "*minecart": 4 # All minecarts

  saddle: 16

  #"music_disc_*": 16 # All music discs
  #"*_shulker_box": 64 # All shulker boxes

Supported wildcard

Example:
*Wool: 1
*Boat: 32
*Block: 72
*name*: 62
name*: 12