Advertisement
peacestorm

TP when the player is on a specific block

Jun 20th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function modTick() {
  2.     if(getTile(getPlayerX(), getPlayerY() - 2, getPlayerZ()) == yourTileId)) {
  3.         Entity.setPosition(yourX, yourY, yourZ);
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement