ZeroRev_
这是这几次的蹦服报告

wotsginger
在服务端找到config/forge.cfg
修改以下两项至true
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringEntities=false

    # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringTileEntities=false

原因是玩家登录碰到了某个错误实体导致服务器崩溃
如果依然崩溃可以尝试加入原版修复mod
https://www.mcmod.cn/class/1223.html

第一页 上一页 下一页 最后一页