X-Force
开了一个服务器
但是后台总是 A Mod/Plugin try to async update block,it will be executed safely on the main server thread until return!刷屏,怎么才能允许方块异步更新?

Qingraw
本帖最后由 Qingraw 于 2022-2-3 16:07 编辑
A Mod/Plugin try to async update block,it will be executed safely on the main server thread until return!

你用的多线程版catserver?
那可能真的解决不了,你只能把mod/插件解决了









根目录找到catserver.yml文件
disableAsyncCatchWarn: false
改成true可以屏蔽刷屏



X-Force
Qingraw 发表于 2022-2-3 16:02
你用的多线程版catserver?
那可能真的解决不了,你只能把mod/插件解决了


谢谢,不过不知道您可以不可以告诉一下阻止方块异步更新会导致什么呢