Перейти к содержимому
Mineforgian

Eco Stack Manager

Eco Stack Manager helps optimize Minecraft servers by managing and cleaning up item stacks, XP orbs and user inventories.

24K загрузок41 подписчиковMITfabricforgeneoforgequilt

Обновлён 31 декабря 2025 г. · опубликован 21 июля 2024 г.

  • Performance normalization after Explosion

🌍 Eco Stack Manager

Eco Stack Manager Versions

Download on CurseForge CurseForge Downloads

Download on Modrinth Modrinth Downloads

Report an Issue Open Issues Closed Issues

Wiki Support me on Ko-fi

Eco Stack Manager helps optimize Minecraft servers by managing and cleaning up item stacks, XP orbs and user inventories.

It is an advanced version of the Adaptive Performance Tweaks: Items mod and is compatible with Forge, Fabric, and NeoForge.

✨ Features

  • Stacking Items and Blocks: Automatically stack items and blocks on the server side to reduce clutter and improve performance.
  • Automatic Cleanup: Removes older or excessive items and blocks from the world to keep your server running smoothly.
  • Stacking XP Orbs: Combines XP orbs within a specified range to reduce lag from large XP farms.
  • Client-Side Transformations: Converts multiple items into blocks (e.g., 64 coal into 1 coal block) when picked up or in the inventory to simplify management. (WIP)
  • Server-Side Optimization: Operates entirely on the server side to avoid any client-side lag or issues.

Usage

Simply install the mod on your server and it will start managing and optimizing item stacks and XP orbs automatically. No additional configuration is required.

ℹ️ More Information

For detailed information and FAQs, please check the wiki.

🐛 Report Issues, Bugs, Crashes, or Feature Requests

Report any issues or feature requests using the issues link. Your feedback helps improve the mod!

🫶 Support Me

If you enjoy using Eco Stack Manager, consider supporting my development! ☕️ Donations via Ko-fi are greatly appreciated and help me continue creating and maintaining mods.

⚖️ License

The MIT LICENSE applies to the code in this repository. All images, models, and other assets are explicitly excluded.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.1Бета1.21.11neoforge31 декабря 2025 г..jar (98 КБ)
1.4.1Бета1.21.11fabric, quilt31 декабря 2025 г..jar (99 КБ)
1.4.1Бета1.21.11forge31 декабря 2025 г..jar (99 КБ)
1.4.1Бета1.21.10neoforge30 декабря 2025 г..jar (98 КБ)
1.4.1Бета1.21.10forge30 декабря 2025 г..jar (99 КБ)
1.4.1Бета1.21.10fabric, quilt30 декабря 2025 г..jar (99 КБ)
1.4.1Релиз1.21.8neoforge12 августа 2025 г..jar (98 КБ)
1.4.1Релиз1.21.8forge12 августа 2025 г..jar (99 КБ)
1.4.1Релиз1.21.8fabric, quilt12 августа 2025 г..jar (99 КБ)
1.4.1Релиз1.21.7neoforge12 августа 2025 г..jar (98 КБ)
1.4.1Релиз1.21.7forge12 августа 2025 г..jar (99 КБ)
1.4.1Релиз1.21.7fabric, quilt12 августа 2025 г..jar (99 КБ)
1.4.1Релиз1.21.6neoforge12 августа 2025 г..jar (98 КБ)
1.4.1Релиз1.21.6fabric, quilt12 августа 2025 г..jar (99 КБ)
1.4.1Релиз1.21.6forge12 августа 2025 г..jar (99 КБ)

Показаны последние 15 из 118 версий. Все версии — на Modrinth.

Ченджлог

1.4.1Бета1.21.11 · 31 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Бета1.21.11 · 31 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Бета1.21.11 · 31 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Бета1.21.10 · 30 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Бета1.21.10 · 30 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Бета1.21.10 · 30 декабря 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Релиз1.21.8 · 12 августа 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.
1.4.1Релиз1.21.8 · 12 августа 2025 г.

Changelog for Eco Stack Manager

Note

This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.

1.4.0

  • Fixed Race Condition for shouldMergeItems and shouldMergeExperienceOrbs.
  • Fixed null pointer exception for removed items.
  • Fixed smaller memory leak for removed items.
  • Improved performance by reducing the number of unnecessary calculations.
  • Improved thread safety and performance.

1.3.1

  • Improved Forge compatibility by making sure correct mappings are used.

1.3.0

  • Fixed #3 by trying multiple field names to adjust experience orb clust_*ering.
  • Fixed #2 by disable item optimization with using 0 for maxNumberOfItemsPerWorld and/or maxNumberOfItemsPerType.
  • Added automated gametest for better testing and quality assurance.
  • Updated wiki to include more detailed information about the configuration options.

1.2.0

  • Added basic configuration files under /config/eco_stack_manager to fine-tune settings.
  • Added allow list to limit the optimization to specific items.
  • Added deny list to exclude specific items from the optimization.
  • Added feature to move existing experience orbs to the new "drop" location.
  • Added feature to move existing item entities to the new "drop" location.
  • Improved code quality and added more detailed debug messages.

1.1.0

  • Added '/eco_stack_manager debug <true|false>' command to enable or disable debug mode.
  • Added automatic item entity cleanup to prevent memory leaks.
  • Added warning message and automatic deactivation for features which are incompatible with other mods.
  • Improved memory usage and performance by reducing the number of unnecessary calculations.

1.0.0

  • Released first beta version for more detailed live testing.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…