
RecyclingService Modification
RecyclingService is a high-performance Minecraft server modification that automatically manages the removal of forgotten items and projectiles to prevent performance degradation caused by their accumulation.
Primary Functionality
Automatic Object Collection:
- Items and thrown objects automatically register when they meet cleanup conditions
- Objects are automatically removed and transferred to designated containers at specified time intervals
- Configurable management of permitted and prohibited objects with Create mod compatibility
Storage System
Recycling Containers:
- Collected items are stored in dimension-specific containers (up to 5 containers per dimension)
- Scalable chest capacity (from 1 to 6 rows) with 100x stack multipliers
- Cross-dimension access with optional payment mechanics
- Flexible dimension settings for placing items into bins with adjustable rate multipliers
- Full compatibility with vanilla clients (no mod installation required on player side)
Area Management
Chunk Control:
- Capability to take over all non-standard force-loaded areas during startup and remove their forced loading (requires enabling in settings; use
/bin chunks ALL
to view managed chunks) - Managed areas are dynamically frozen and unfrozen based on MSPT metrics - freezing prioritizes chunks with more entities, unfreezing prioritizes those with fewer entities
- Area freezing when detecting excessive item quantities with configurable renewal periods
Management Tools
Administrative Commands:
/bin
commands for manual cleanup and container access- Tools for analyzing area loading status
- Customizable notifications and cleanup intervals
Additional Features
- Complete preservation of object attributes (enchantments, metadata, etc.)
- Advanced support for custom items and complex data components