Multiverse-Core

Multiverse-Core

6M Downloads

[Bug]: Why do I always turn on this option when I shut down the server?

MinecraftEarthVillage opened this issue · 8 comments

commented

/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
image

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.
commented
commented

#3072 (comment)

对于mohist服务端如何解决此问题?

commented

Multiverse doesn't support modded/hybrid servers like mohist, arclight etc..

commented

Running:
Paper version 1.20.6-147-ver/1.20.6@e41d44f
Multiverse-Core v4.3.12

  1. Stop server
  2. change all keepSpawnInMemory to false in Multiverse-Core/worlds.yml
  3. start server
  4. when worlds load, worlds.yml is re-written with all keepSpawnInMemory reset to true.
  5. mvm set keepspawninmemory false [world] does NOT change them back
commented

Thanks for the reproduction info! I have reproduced this in 1.21 Paper successfully

commented

Fixed by the latest spigot/paper

commented

Do you have a version, date or release number that it's fixed in? I don't see it in the changelog yet.