teleportOnlinePlayersToHub

public static void teleportOnlinePlayersToHub()

Players who connect while the plugin is still initializing miss the join teleport: the hub world and this listener only come up once initialization finishes, so after a restart the server has already dropped them at the overworld spawn. Called on the main thread when initialization completes to apply the same spawn policy to everyone already online.