grantygames

Untitled

May 26th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. options:
  2. linha1: &5&l[Sopa]
  3. linha2: &6Clique para
  4. linha3: &6pegar sopa
  5. linha4: &5&l[Sopa]
  6. on sign change:
  7. if player is op:
  8. if line 1 is "guisopa":
  9. set line 1 to "{@linha1}"
  10. set line 2 to "{@linha2}"
  11. set line 3 to "{@linha3}"
  12. set line 4 to "{@linha4}"
  13. stop
  14. command /sopa:
  15. trigger:
  16. open chest with 1 rows named "&4&lSopa" to player
  17. format slot 0 of player with 32 of mushroom soup to close
  18. on rightclick on sign:
  19. if line 1 is "{@linha1}":
  20. if line 2 is {@linha2}":
  21. if line 3 is {@linha3}":
  22. if line 4 is {@linha4}":
  23. make player execute command "/sopa"
  24. make player execute command "/sopa"
Advertisement
Add Comment
Please, Sign In to add comment