- Thread Author
- #1
Hi guys,
Just started coding my first bot and I am already stuck. I can't find the z-position of the player. I already tried to use
This is the output.
Can someone tell me what I'm doing wrong.
Just started coding my first bot and I am already stuck. I can't find the z-position of the player. I already tried to use
Code:
Coordinate playerPos = Players.getLocal().getPosition();
System.out.println(playerPos);
System.out.println(playerPos.getHeight());
This is the output.

Can someone tell me what I'm doing wrong.