Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {maconha::%player%} = false
- on join:
- set {maconha::%player%} to false
- on break grass:
- chance of 100%:
- send "&aVocê ganhou uma semente de maconha."
- give player 1 wheat seeds named "&aErva Venenosa (Maconha)"
- on rightclick with wheat seeds:
- if player is holding a wheat seeds named "&aErva Venenosa (Maconha)":
- if {maconha::%player%} is false:
- send "&cAcalma na marola fi, você ta fumando demais!"
- set {maconha::%player%} to true
- apply BLINDNESS 1 to the player
- apply strength 1 to the player
- apply speed 1 to the player
- apply confusion 1 to the player
- apply jump 1 to the player
- apply hunger 1 to the player
- broadcast "&c[X] &a%player% &7acaba de entar para o mundo das &cDrogas"
- remove 1 wheat seeds named "&aErva Venenosa (Maconha)" from player
- wait 30 seconds
- set {maconha::%player%} to false
- else:
- send "&cTá querendo morrer mano? espera a brisa passar."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement