Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. command /menu [<player>] [<integer>]:
  2. executable by: console
  3. trigger:
  4. if arg 2 is 1:
  5. wait 1 tick #//Bez tego (i innych 'wait 1 tick`) mogą występować bugi i będzie dało się wyciągać itemy.
  6. open chest with 1 rows named "Menu - Poradnik (1/2)" to player-arg
  7. wait 1 tick
  8. format slot 0 of player-arg with 1 of head named "%player-arg%" with lore "To jest twoja glowa." to be unstealable
  9. format slot 8 of player-arg with 1 of nether star named "Strona: 1" with lore "Kliknij, aby przejsc na 2 strone." to run "menu %player-arg% 2"
  10. if arg 2 is 2:
  11. wait 1 tick
  12. open chest with 1 rows named "Menu - Poradnik (2/2)" to player-arg
  13. wait 1 tick
  14. format slot 1 of player-arg with 1 of arrow named "Strzala bez kakala" with lore "Ta strzala nie ma kakala." to be unstealable
  15. format slot 8 of player-arg with 2 of nether star named "Strona: 2" with lore "Kliknij, aby przejsc na 1 strone." to run "menu %player-arg% 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement