Advertisement
Guest User

Changed Code

a guest
Jan 2nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function testCmd1(p: player):
  2. open chest with 2 rows named "&4Test" to {_p}
  3. format slot 0 of {_p} with diamond named "Test Cmd" to run [make {_p} execute command "/testcmd2"]
  4.  
  5. command /testcmd2:
  6. trigger:
  7. wait 1 tick
  8. message "Test Worked"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement