Description
Cross Save Player
As we all know, in Minecraft, the player data of each save is separated, which causes resources from different saves to not be shared.
To solve this problem, the mod stores player data in a common area, and whenever a player enters a save, it reads player data from this common area, thereby achieving cross-save purposes
However, since the terrain is different for each save, the mod defaults to having save owners spawn at their spawn point to prevent players from getting stuck in walls or falling into the void when they cross saves. If you want to keep the player coordinates, you can change it in the configuration.


