Description
📦 Bigger Stacks
Bigger Stacks is a simple yet powerful Hytale mod that supercharges your inventory management by increasing the maximum stack size of items. Say goodbye to cluttered chests and overflowing inventories!
⚡ NEW! In-Game Configuration
Bigger Stacks now features a robust in-game command system! You can easily configure stack limits without editing files manually or restarting the server constantly.
Use the main command /bs (or /biggerstacks) to manage the mod:
/bs info- View your current configuration settings./bs set global <value>- Set the global max stack for all stackable items./bs set <CategoryName> <value>- Set a specific limit for an item category (e.g., Block, Consumable)./bs unset <CategoryName>- Remove a specific category limit./bs apply- Re-apply the stack sizes to all items immediately./bs reload- Reload the configuration file from disk.
Example: /bs set global 5000 -> Sets all stackable items to 5000. /bs set Consumable 64 -> Limits food and potions to 64.
✨ Features
- Massive Stacks: By default, all stackable items can now stack up to 99,999.
- Smart Detection: Only affects items that are meant to be stacked (ignores tools, weapons, armor, etc. with a stack size of 1).
- Secure: Configurable permission system (require OP to change settings).
- Live Updates: Modify configuration in-game with instantaneous updates.
- Specific Limits: Customize limits for specific item categories (like making blocks infinite but food limited).
⚙️ Configuration File
For those who prefer manual editing, a config.json file is generated in the mod folder.
Example config.json:
{
"globalMaxStack": 99999,
"requireOp": true,
"categoryLimits": {
"Consumable": 64,
"Block": 5000
}
}
📥 Installation
- Download the Linceros.BiggerStacks-1.1.0.jar from the Files tab.
- Place the
.jarfile into your%APPDATA%/Hytale/UserData/Mods/directory. - Start your server!
👨💻 Author
Created by Linceros.

