when i only setRespawnPosition() on respawnEvent so chunks don´t load how to fix it? i think loadChunk() doesn´t works for this.
You could try another approach to setting a players respawn such as scheduling a delayed task that teleports the player to the position a half a second later. I always do that in my plugins cause it work flawlessly. Give it a try