You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They should be able to be teleported to another world in the same group using Player.teleport(World world) or Player.teleport(World world, EntityPosition position) and to a world in a different group (and different thread) using Player.teleport(shared WorldInfo world).
They should be able to be teleported to another world in the same group using
Player.teleport(World world)orPlayer.teleport(World world, EntityPosition position)and to a world in a different group (and different thread) usingPlayer.teleport(shared WorldInfo world).