Limited Chunkloading - Chunk cleanup[Forge/Fabric]


Limited Chunkloading is a compact server-side mod that efficiently manages loaded chunks. Its main function is to automatically unload chunks after a specified time following player logout.
Key Features
- Automatic chunk cleanup: The system removes loaded chunks (tickets) after a set number of minutes once a player leaves the server
- Chunkloader management: The mod also handles chunks loaded by other mods' chunkloaders, with the ability to exclude specific types through configuration
Management Commands
The following commands are available for monitoring and management:
/limitedchunks listActiveTickets <pos> — displays all active tickets in the specified chunk
/limitedchunks listnonplayerchunktickets — shows all chunks with tickets that are not loaded by players

Configuration Options
- Timeout settings: You can set the time interval after player logout when their loaded chunks will be unloaded
- Exclusions: Ability to exclude specific ticket types from certain mods from processing

Compatibility
No compatibility issues with other mods have been identified at this time.

Important: Requires Cupboard dependency to be installed for newer Minecraft versions.