HomeJavaModsItemstacking
Itemstacking
ModsJava

Itemstacking

Stop item lag on your survival server! Stacks blocks and items beyond the standard 64 limit on the ground with customizable visual tags, smart hopper…

⬇ Download on Modrinth

ItemStacking

ItemStacking is a lightweight, high-performance optimization plugin for Minecraft Paper servers designed to eliminate item entity lag without compromising the vanilla gameplay feel.

On survival servers, activities like mining mountains, tree-chopping, or running large crop farms drop thousands of items on the ground. Minecraft's default 5-minute despawn window means these items hover in loaded chunks, creating severe client rendering lag and server tick delay.

ItemStacking solves this by merging matching items on the ground into a single entity—even beyond the vanilla stack limit of 64!


🚀 Key Features


🛠️ Commands & Permissions


⚙️ Configuration (config.yml)

The default configuration file is clean and fully documented:

# Configuration for ItemStacking plugin
# Enable or disable the plugin
enabled: true
# The radius in blocks to search for matching items to stack
merge-radius: 3.0
# The frequency in ticks to scan for items on the ground (20 ticks = 1 second)
# Set to 0 to disable periodic scanning and only stack on spawn.
scan-interval: 40
# Minimum count of items in a stack before the custom name tag is displayed.
# Set to 65 to only show the tag when the item exceeds the vanilla stack size (64).
# Set to -1 to never show the name tag.
min-count-for-name: 65
# Format for the custom name tag displayed above stacked items
# Use %material% for the item name, %count% for the quantity.
display-name-format: "&7%material% &e(x%count%)"
# List of materials that are allowed to stack beyond 64.
stackable-items:
  - COBBLESTONE
  - STONE
  - DIRT
  - GRASS_BLOCK
  - SAND
  - GRAVEL
  - NETHERRACK
  - OAK_LOG
  - DEEPSLATE
  - COBBLED_DEEPSLATE
  - ANDESITE
  - DIORITE
  - GRANITE
  - COAL
  - RAW_IRON
  - RAW_GOLD
  - RAW_COPPER
  - REDSTONE
  - LAPIS_LAZULI
  - WHEAT
  - POTATO
  - CARROT
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more