Advertisement
zGhol

Untitled

Jan 16th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. options:
  2.  
  3. # Minerio para Ganhar a Droga # #! EDIT !#
  4. Minerio: lapis lazuli ore
  5.  
  6. # Chance de Dropar a Droga # #! EDIT !#
  7. Porcentagem: 35
  8.  
  9. # Item Que vai ser a Droga, Nome da Droga # #! EDIT !#
  10. Item: Firework Star
  11. Nome: &8&lCrack
  12.  
  13. # Prefixo # #! EDIT !#
  14. Prefix &8&lD&f&lroga &8&l> &f
  15.  
  16. # Coloca aqui a Warp Mina do seu Server # #! EDIT !#
  17. Warp: /warp mina
  18.  
  19. on mine of {@Minerio}:
  20. chance of {@Porcentagem}%:
  21. give 1 {@Item} named "{@Nome}" to player
  22. send "{@Prefix}Você encontrou um {@Nome}"
  23. broadcast " "
  24. broadcast "{@Prefix}O Membro %player% encontrou um {@Nome}, Quer achar um também ? De {@Warp}!"
  25. stop
  26.  
  27. on right click with a {@Item}:
  28. name of held item is "{@Nome}":
  29. remove 1 {@Item} with name "{@Nome}" from player's inventory
  30. send "{@Prefix}Você acaba de Usar uma Droga !"
  31. send "{@Prefix}%player%: uiui que loucura !!!"
  32. apply slowness 2 to the player
  33. apply strength 5 to the player
  34. apply weakness 3 to the player
  35. wait 1 minutes
  36. remove slowness from the victim
  37. remove strength from the victim
  38. remove weakness from the victim
  39. stop
  40. else:
  41. send "{@Prefix}Querendo falsificar neh !!!"
  42. cancel event
  43. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement