Blockland Forums > Help
Is there a way to get the coordinates you are standing in?
Apex:
/title
Like the X Y Z coordinates. Is there a command for it?
otto-san:
Like, a console command?
if so, talk(findClientByName(player).player.getPosition());
If not, I'm pretty sure there's not a simple /pos command or anything.
Doomonkey:
There was an event mod once that teleported you to coordinates instead of bricks. I believe it came with a /getcoords command.
Zeblote:
on the client side you can do echo(serverconnection.getcontrolob ject().position);
Gen. Hothauser:
I think there are VCE values <var:cl:posx> <var:cl:posy> and <var:cl:posz>