[Bug]: Why do I always turn on this option when I shut down the server?
MinecraftEarthVillage opened this issue · 8 comments
/mv version -p
output
your lastest version
Server logs
none
Server Version
1.20.1
Bug Description
It was originally false, but every time the server is closed, it becomes true, causing a lot of lag
Steps to reproduce
1.worlds.yml
keepSpawnInMemory: 'false'
2.stop server
3.look
keepSpawnInMemory: 'true'
Agreements
- I have searched for and ensured there isn't already an open or resolved issue(s) regarding this.
- I was able to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods.
对于mohist服务端如何解决此问题?
Running:
Paper version 1.20.6-147-ver/1.20.6@e41d44f
Multiverse-Core v4.3.12
- Stop server
- change all keepSpawnInMemory to false in Multiverse-Core/worlds.yml
- start server
- when worlds load, worlds.yml is re-written with all keepSpawnInMemory reset to true.
- mvm set keepspawninmemory false [world] does NOT change them back
Do you have a version, date or release number that it's fixed in? I don't see it in the changelog yet.