Advertisement
Guest User

Untitled

a guest
Aug 5th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. variables:
  2. {maconha::%player%} = false
  3. on join:
  4. set {maconha::%player%} to false
  5. on break grass:
  6. chance of 100%:
  7. send "&aVocê ganhou uma semente de maconha."
  8. give player 1 wheat seeds named "&aErva Venenosa (Maconha)"
  9. on rightclick with wheat seeds:
  10. if player is holding a wheat seeds named "&aErva Venenosa (Maconha)":
  11. if {maconha::%player%} is false:
  12. send "&cAcalma na marola fi, você ta fumando demais!"
  13. set {maconha::%player%} to true
  14. apply BLINDNESS 1 to the player
  15. apply strength 1 to the player
  16. apply speed 1 to the player
  17. apply confusion 1 to the player
  18. apply jump 1 to the player
  19. apply hunger 1 to the player
  20. broadcast "&c[X] &a%player% &7acaba de entar para o mundo das &cDrogas"
  21. remove 1 wheat seeds named "&aErva Venenosa (Maconha)" from player
  22. wait 30 seconds
  23. set {maconha::%player%} to false
  24. else:
  25. send "&cTá querendo morrer mano? espera a brisa passar."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement