Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. command /menu:
  2. trigger:
  3. create virtual chest inventory with size 3 named "&cMenu" to player
  4. set {_n} to 0
  5. loop 27 times:
  6. format gui slot {_n} of player with black glass pane named "&f" to do nothing
  7. add 1 to {_n}
  8. format gui slot 10 of player with stick named "&e&l+1" to run:
  9. add 1 to {clicks::%player's uuid%}
  10. format gui slot 13 of player with diamond named "&b&lSpawn" to run player command "/spawn"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement