Set Minecraft server to offline mode without losing items from players?

Mo
- in Servers
4

I've had a Spigot Freebuild Server for about half a year.

I have now purchased a V-Server and decided to make a BungeeCord network. Now I have the problem, if I put the server in the offline mode, that then all items are gone from all players!

I think it must be because of the UUID's, because they change then.

Is it somehow possible to put the server from online mode to offline mode without the items disappearing?

Ne

So first: The UUID of a game is ALWAYS the same, it could go so that you can copy the files where the UUID and the inventory is stored in one server and then paste into the other server.

Co
1

The colleague Olemagic has ansich right but he has not expected BungeeCord, so your guess is correct, as aj change the UUIDs,

But this can be fixed by using Spigot as subserver and in the spigot.yml

bungeecord: false

on

bungeecord: true

änderst.

With that the UUIDs should be passed on, also you should then with the BungeeCord the option

ip_forward: false

on

ip_forward: true

to change.

Incidentally, you should consider backing up your BungeeCord.
there's such a known gap…

Mo

Thank you, TopicsLP!

I know the gap, do not worry!

Co

By the way, would be happy again if someone could give me the most helpful answer. (Can you believe only 24h after question)