ServerWarashi is a server-side utility mod for managing chunk loader scheduling.
It allows server ops to control how many chunk loaders are processed per cycle, how often the scheduler runs,
pause or resume all chunk loaders, and dump chunk loader working information.
/warashi ticket dumpDump all current tickets and their loaded chunk counts.
| Usage | Description |
|---|---|
/warashi ticket dump |
Dump all chunk loaders |
/warashi ticket dump currentWorking |
Dump currently active chunk loaders |
Example output:

/warashi enabledEnable or disable the mod’s chunk loader scheduling logic. This logic is default off
| Usage | Description | Example |
|---|---|---|
/warashi enabled |
Show current status | → enabled = true |
/warashi enabled <bool> |
Set enabled state | /warashi enabled false |
/warashi ticket pauseAllPause or resume all chunk loaders.
| Usage | Description | Example |
|---|---|---|
/warashi ticket pauseAll |
Show current state | → pauseAll = false |
/warashi ticket pauseAll <bool> |
Set pause state | /warashi ticket pauseAll true |
/warashi ticket groupSizeSet how many chunk loaders (tickets) are processed each scheduling cycle.
Larger values mean more chunks loaded per cycle, which can increase MSPT load.
| Usage | Description | Range | Example |
|---|---|---|---|
/warashi ticket groupSize |
Show current size | — | /warashi ticket groupSize |
/warashi ticket groupSize <int> |
Set new group size | 16–2048 |
/warashi ticket groupSize 256 |
/warashi ticket runEverySet how often ticket groups rotate (in ticks).
20 ticks = 1 second, e.g. 200 = every 10 seconds.
| Usage | Description | Range | Example |
|---|---|---|---|
/warashi ticket runEvery |
Show current value | — | /warashi ticket runEvery |
/warashi ticket runEvery <int> |
Set new interval | 1–1200 |
/warashi ticket runEvery 200 |
groupSize increases how many chunks load per cycle (impacting MSPT). runEvery controls how frequently groups switch./warashi ticket dump
/warashi enabled true
/warashi ticket pauseAll true
/warashi ticket groupSize 128
/warashi ticket runEvery 100