
Inhabitor - Minecraft World Cleanup Tool
Simple server-side Fabric mod providing convenient utilities for efficient game world cleanup and disk space optimization.
Key Features
Inhabitor offers two main functionalities:
- Manual chunk parameter management - allows manual setting or modification of
inhabitedTime
values for selected world areas - Minecraft system bug fix - resolves the game bug where chunk inhabited time doesn't update when unloading unmodified world blocks
Command Management
Setting Time
Use the /inhabitor set <x1> <z1> <x2> <z2> <time>
command to forcibly set the inhabitedTime
value for all chunks within the specified range. Time is indicated in game ticks.
Adding Time
The /inhabitor add <x1> <z1> <x2> <z2> <time>
command adds the specified number of ticks to the existing inhabitedTime
value for all chunks within the given coordinate range.
Important note: Command execution may take considerable time and cause temporary server lag.