Advertisement
zGhol

Untitled

Jan 18th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. options:
  2.  
  3. # Coloque a Prefix # #! EDIT !#
  4. Prefix: &6&lB&f&luff &6&l> &f
  5.  
  6. # Coloque a Permissรฃo # #! EDIT !#
  7. Perm: buff.usar
  8.  
  9. # Coloque o Tempo para Usar o Buff #! EDIT !#
  10. DeleyT: 10 minutes
  11.  
  12. # Coloque os Buffs # #! EDIT !#
  13. Efeito1: strength
  14. Nivel1: 2
  15. Tempo1: 1 minutes
  16.  
  17. Efeito2: speed
  18. Nivel2: 2
  19. Tempo2: 1 minutes
  20.  
  21. Efeito3: regeneration
  22. Nivel3: 2
  23. Tempo3: 1 minutes
  24.  
  25. Efeito4: fire resistance
  26. Nivel4: 2
  27. Tempo4: 1 minutes
  28.  
  29. # Coloque a Mensagem De usar o Buff # #! EDIT !#
  30. Msg: Vocรช usou o buff !
  31.  
  32. command /buff:
  33. trigger:
  34. if player has the permission "{@Perm}":
  35. set {Delay} to difference between {Buff.Delay::%player%} and now
  36. if {Delay} is less than {@DeleyT}:
  37. apply {@Efeito1} {@Nivel1} to the player for {@Tempo1}
  38. apply {@Efeito2} {@Nivel2} to the player for {@Tempo2}
  39. apply {@Efeito3} {@Nivel3} to the player for {@Tempo3}
  40. apply {@Efeito4} {@Nivel4} to the player for {@Tempo4}
  41. send "{@Prefix}{@Msg}"
  42. set {Buff.Delay::%player%} to now
  43. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement