You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename creativeOpenShulkerBoxForcibly into creativeOpenContainerForcibly. Why not make it works for chest too instead of only shulker box
Added lightQueueLoggerSamplingDuration to specify the sampling duration of lightQueue logger
Added synchronizedLightThread to make the main server thread wait for the light thread, so no randomly light suppression during tick warp etc.
Added ignored option for rule lightUpdates. With it light updates will be ignored but enqueued tasks can still be executed. Chunk loading is not affected with this option
compatible with PhiPro's lighting mods, e.g. mc-fix_mc-170012, Phosphor
Logger
Added lightQueue logger for debugging light task load or light suppression
compatible with Tic-TACS mod
Added tickWarp logger for checking the current warping status
Command
Added /player <name> <action> randomly argument for some of the /player commands. e.g. /player Steve use randomly 10 20 will make Steve right-click at dynamically varying random intervals in range [10, 20]
Added /tick warp status to display the current status of tick warping, including starter, estimated remaining time etc.
Scarpet
Now rule microTiming is required to be true for dispatching microTiming events, to prevent potential performance impact