Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = peripheral.wrap("bottom")
- dimID = p.getPeripheralWorldID()
- me = p.getPlayerByName("justync7")
- ent = me.asEntity()
- x,y,z = ent.getPosition()
- ent.setPosition(x,y+100,z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement