Back to mods
Simple Stack Size Manager project artwork

CurseForge · Hytale mod

Simple Stack Size Manager

Customize stack sizes for all items. Default sets everything to 999999 stacks. Configure individual item overrides in the config file to set specific items to lower stack sizes.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Simple Stack Size Manager release should I use?

Updated 6 months ago
Latest stable file SimpleStackSizeManager-1.0.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

Simple Stack Size Manager SimpleStackSizeManager-1.0.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should Simple Stack Size Manager be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Simple Stack Size Manager SimpleStackSizeManager-1.0.0.jar need?

SimpleStackSizeManager-1.0.0.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add Simple Stack Size Manager without breaking your instance.

Built for Simple Stack Size Manager SimpleStackSizeManager-1.0.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use SimpleStackSizeManager-1.0.0.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside SimpleStackSizeManager-1.0.0.jar. It opens that exact file at the source.

About this project

What does Simple Stack Size Manager add?

Simple Stack Size Manager
A lightweight plugin to customize stack sizes for all items with configurable overrides.

Features include

  • Sets default stack size for all items (default: 999999)
  • Configure individual item overrides
  • Applies changes when items are loaded
  • Simple JSON configuration
  • No commands or permissions required

How It Works

The plugin listens for the item loading event and modifies the maximum stack size for each item using reflection. All items receive the default stack size unless specifically overridden in the configuration.

Configuration

All settings are stored in SimpleStackSizeManager_config/config.json

DefaultStackSize
The default stack size applied to all items.
Default: 999999

ItemOverrides
A map of item IDs to their specific stack sizes.
Items listed here will use the specified stack size instead of the default.

Example Configuration

{
"DefaultStackSize": 999999,
"ItemOverrides": {
"hytale:ender_pearl": 16,
"hytale:potion": 1,
"hytale:diamond_sword": 1,
"hytale:bucket": 16
}
}

Project description from CurseForge.

Recent files

Simple Stack Size Manager releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.