martinohanlon / mcpi

Minecraft: Pi Edition API Python Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mc.player.getTilePos() will only get first player position

stoneskin opened this issue · comments

when I play with my kids. I found the mc.player.getTilePos() looks will only get the first player in the server.
same like setTilePos()
Is it possible to set the player by id?

The entity functions allow you to interact with multi players (and other entities).