Hi! When I teleport a player using Player#teleport() to a location, they cannot see the other players around them until they relog. This is obviously very annoying. Does anyone know any good solution? If it helps, I'm teleporting them as soon as they join the server.
happens when the players entities try to load before the chunks. just wait to teleport them until after the visual chunks have loaded for the player containing the players they should be seeing.
if you're outright teleporting someone to a location, is the chunk loaded before the teleport? you say other players so i'd imagine it would be.. but sake of asking. just before the teleport, print if the location's chunk is loaded.