#Cant teleport a player on first join
1 messages · Page 1 of 1 (latest)
give it a delay and see if that fixes it
^ delay with one tick and see if that helps
I do have a delay
how are you delaying?
public void run() {
event.getPlayer().teleport(new Location(getServer().getWorld("world"), x, 255, z));
}
}, 10);```
ah okay
Where should I create the variable as I already have the 2 args in the DelayedTask
You create a variable outside that