Advertisement
Guest User

Changed Code 3

a guest
Jan 4th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. function testCmd1(p: player):
  2. open virtual chest with 2 rows named "&4Test" to {_p}
  3. format gui slot 0 of player with diamond named "Test Cmd" to run {_p} command "/testcmd12"
  4. command /testcmd12:
  5. trigger:
  6. wait 1 tick
  7. message "Test Worked"
  8.  
  9. function testCmd1(p: player):
  10. open virtual chest with 2 rows named "&4Test" to {_p}
  11. format gui slot 0 of {_p} with diamond named "Test Cmd" to run player command "/testcmd12"
  12. command /testcmd12:
  13. trigger:
  14. wait 1 tick
  15. message "Test Worked"
  16.  
  17. function testCmd1(p: player):
  18. open virtual chest with 2 rows named "&4Test" to {_p}
  19. format gui slot 0 of player with diamond named "Test Cmd" to run player command "/testcmd12"
  20. command /testcmd12:
  21. trigger:
  22. wait 1 tick
  23. message "Test Worked"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement