Description
HyperStacks is a Hytale server-side mod designed to give server administrators complete control over item stack sizes. Whether you want to increase storage efficiency or balance gameplay, HyperStacks makes it effortless to modify stack limits dynamically.
✅ Key Features
- Global Default Limit: By default, all items in the game have their maximum stack size increased to 999. No configuration needed out of the box.
- Pattern Matching: Apply stack limits to groups of items instantly using intelligent pattern matching (e.g., set a limit for all "logs" or "swords" with a single command).
- Specific Overrides: targeted control allows you to set unique limits for specific item IDs that override global or pattern settings.
- Intelligent Exceptions: Automatically detects and restricts Weapons, Tools, Armor, and Workbenches to a stack size of 1, ensuring gameplay balance while keeping convenience items (Blocks, Materials, Consumables) at 999.
🛠️ How it Works
When the server loads, HyperStacks applies stack limits in the following priority order:
- Intelligent Exceptions: Items identified as Equipment (Swords, Pickaxes, Helmets, Workbenches, etc.) are forced to 1.
- Default Global Limit: Applies 999 to everything else (except exceptions).
- Patterns: Overwrites the default for any item ID matching a configured text pattern.
- Specific IDs: The highest priority. Explicit item settings overwrite everything else.

💻 Commands
Manage your stack sizes in-game without editing files manually.
/hyperstacks set
- Sets a specific item limit:
- Usage:
/hyperstacks set hytale:stone 64 - Effect: Sets the max stack of Stone to 64.
- Usage:
- Sets a pattern limit:
- Usage:
/hyperstacks set log 500 - Effect: Searches for any item ID containing the text "log" (e.g., Soil, Ore, etc…) and sets their max stack to 500.
- Usage:
- Sets a specific item limit:
/hyperstacks reload
- Reloads the configuration file from disk, applying any manual changes made to
config.json.
- Reloads the configuration file from disk, applying any manual changes made to



