butcher system
Automatic Clearing
Set up rules for automatic mob removal.
Configure how and when mobs are cleared from the world to maintain performance.
Clearing Rules
You can set multiple rules based on:
- Stack Size: Clear mobs if the spawner stack is above X.
- Time: Clear mobs every X seconds.
- TPS: Only clear if the server TPS drops below 18.0.
Configuration Example
butcher:
auto-clear:
enabled: true
interval: 600 # 10 minutes
min-tps: 18.5