Changes

Summary

  1. Added automated /stop if a world is constantly throwing restarts and (commit: a85c0b7) (details)
  2. Include spawnEntityInWorld in try/catch for mob spawning (commit: 4bc959a) (details)
  3. Attempt to fix chunksaving comodification (commit: 0b3d6ae) (details)
Commit a85c0b792dccfdbf06d0955d0aea56edc8963c3d by rallanpcl
Added automated /stop if a world is constantly throwing restarts and exitOnDeadlock is on.

Signed-off-by: Ross Allan <[email protected]>
(commit: a85c0b7)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchMinecraftServer.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/DeadLockDetector.java (diff)
Commit 4bc959a186d84edb2890c197bbe0cc9d87b60191 by rallanpcl
Include spawnEntityInWorld in try/catch for mob spawning

Signed-off-by: Ross Allan <[email protected]>
(commit: 4bc959a)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchSpawnerAnimals.java (diff)
Commit 0b3d6aeb840c82205aa9f3f065b0b01f9357b47d by rallanpcl
Attempt to fix chunksaving comodification

Signed-off-by: Ross Allan <[email protected]>
(commit: 0b3d6ae)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/commands/TicksCommand.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchAnvilChunkLoader.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchSpawnerAnimals.java (diff)