plasmid icon indicating copy to clipboard operation
plasmid copied to clipboard

Remove player entity context from player offers

Open Gegy opened this issue 1 year ago • 0 comments

Smaller refactors than hoped, but better to get part of the work out of the way anyway rather than be stuck forever. :sweat_smile: With the goal to split games across multiple server instances, we want to be able to request that a player joins without having the player physically on the server yet. Most games probably do not care about working with a ServerPlayerEntity, so just passing the GameProfile should be enough even for the most exotic cases (e.g. player rejoining a game).

Gegy avatar Jul 15 '24 20:07 Gegy