Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. #Desenvolvido por ExtremeExpert para AtomGamers
  2. #
  3. #KitCamaleão - v1.0
  4.  
  5.  
  6. #* Mensagens e TAG*#
  7. options:
  8.  
  9. #TAG
  10. tag: &a[tag]&f
  11.  
  12. #Mensagem: Tempo do camaleão esgotado.
  13. esgotado: O modo camaleao acabou, voce esta visível novamente.
  14.  
  15. #Mensagem: Sem permissão.
  16. sp: Voce nao tem permissao para usar este comando.
  17.  
  18. #* Comando *#
  19. command /kit [<text>]:
  20. trigger:
  21. if arg 1 is "camaleao":
  22. if player has permission "skit.camaleao":
  23. set {_espera} to difference between {KitNOOB.Delay::%player%} and now
  24. if {_espera} is less than 30 seconds:
  25. send "&cVocê precisa esperar %difference between 30 seconds and {_espera}% para usar este Kit."
  26. give 1 stone sword of unbreaking 3 to player
  27. give 64 mushroom stew to player
  28. set {%player%.PodeUsarCamaleao} to true
  29. stop
  30.  
  31.  
  32. #* Skript *#
  33. on right click with a stone sword:
  34. if {%player%.PodeUsarCamaleao} is true:
  35. if stone sword is enchanted with unbreaking 3:
  36. apply invisibility to player for 20 seconds
  37. wait 20 seconds
  38. send "{@tag} {@esgotado}"
  39. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement