本帖最后由 杰哥123 于 2022-4-12 23:45 编辑
关于如何关闭实体清理生物清理的
每个世界的serverconfig文件夹下找到scessential-server的配置文件,编辑
找到以下配置词条
ItemEntitiesWhitelist = ["minecraft:diamond", "minecraft:emerald"]
#Set it to false to disable cleaning up item entities in your server.
#Default value: trueIsItemEntityCleanupEnable = true
这个是修改实体的,最后一条代码把true改为false就禁用实体清理
再往下一点找到
#Mobs = Monsters + Animals basically.
[EntityCleanup.MobEntities]
#Set it to false to disable cleaning up all animal entities. (Sheep, cow, ...)
#Default value: true
#Note that even you enable this option, animal entities in whitelist will still be ignored.
IsAnimalEntitiesCleanupEnable = true
这个是修改生物清理的,最后一条也是把true改false就行
关于如何关闭实体清理生物清理的
每个世界的serverconfig文件夹下找到scessential-server的配置文件,编辑
找到以下配置词条
ItemEntitiesWhitelist = ["minecraft:diamond", "minecraft:emerald"]
#Set it to false to disable cleaning up item entities in your server.
#Default value: trueIsItemEntityCleanupEnable = true
这个是修改实体的,最后一条代码把true改为false就禁用实体清理
再往下一点找到
#Mobs = Monsters + Animals basically.
[EntityCleanup.MobEntities]
#Set it to false to disable cleaning up all animal entities. (Sheep, cow, ...)
#Default value: true
#Note that even you enable this option, animal entities in whitelist will still be ignored.
IsAnimalEntitiesCleanupEnable = true
这个是修改生物清理的,最后一条也是把true改false就行
本帖最后由 杰哥123 于 2022-4-12 23:46 编辑
然后会生成一个.bak的备份文件,原本我不知道是啥的还是楼主告诉我的,如果改出错了可以随时覆盖回去,感谢贴心设计啊 T T
杰哥123 发表于 2022-4-12 16:45
关于如何关闭实体清理生物清理的
每个世界的serverconfig文件夹下找到scessential-server的配置文件,编辑
...
然后会生成一个.bak的备份文件,原本我不知道是啥的还是楼主告诉我的,如果改出错了可以随时覆盖回去,感谢贴心设计啊 T T
哇牛啊,支持楼主开发!
我骑着马跑图呢,突然马没了hat戴帽子。我原本头上的装备没了
我能在别的地方搬运你的mod吗