Advertisement
zGhol

Untitled

Jan 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. options:
  2.  
  3. # Coloca o item que quer que clicke # #! EDIT !#
  4. Item: stone
  5.  
  6. # Coloque aqui o Nome do item # #! EDIT !#
  7. Nome: &8Pedra
  8.  
  9. # Comando a ser Executado # #! EDIT !#
  10. Comando: /comando
  11.  
  12. on right click with {@Item}:
  13. if tool of player is {@Item} named "{@Nome}"
  14. make console execute command "{@Comando}"
  15. stop
  16.  
  17. command /{@Item}:
  18. trigger:
  19. if player has te permission:
  20. give {@Item} named "{@Nome}"
  21. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement