Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. command /brinquedo:
  2. description: &e&lKit Brinquedo!!
  3. usage: &e&lUse /brinquedo
  4. permission: thekits.brinquedo
  5. permission message: &c&lVocê não tem permissão para usar este kit!
  6. trigger:
  7. give player a diamond sword named "&1&lBrinquedo &d&lSword"
  8. give player a wooden hoe named "&1&lRoça &d&lRoça"
  9. give player 33 mushroom stew named "&1&lSopa Do &d&lBrinquedo"
  10. set helmet of the player to a iron helmet
  11. set chestplate of the player to a iron chestplate
  12. set leggings of the player to a iron leggings
  13. set boots of the player to a iron boots
  14. set {brinquedo} to true
  15.  
  16.  
  17.  
  18.  
  19. on rightclick on a player holding a wooden hoe:
  20. if {brinquedo} is true:
  21. name of player tool is "&6Roça Roça":
  22. set {_espera} to difference between {Brinquedo.Delay::%player%} and now
  23. if {_espera} is less than 60 seconds:
  24. send "&cVoce deve esperar jovem padawan"
  25. stop
  26. apply nausea of tier 1 for 5 seconds to clicked player
  27. apply hungry of tier 1 for 5 seconds to clicked player
  28. set {Brinquedo.Delay::%player%} to now
  29. if {brinquedo} is false:
  30. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement