Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. Z

    Question Can't find player position z

    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 Coordinate playerPos = Players.getLocal().getPosition(); System.out.println(playerPos); System.out.println(playerPos.getHeight()); This is the output. Can...
Top