Advertisement
Guest User

Untitled

a guest
May 26th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. options:
  2. bolinho: &6[WarsPvP] &fQuer um bolinho ? &a/bolinho &f◕‿◕
  3.  
  4. command /bolinho:
  5. trigger:
  6. set {_bolinho} to difference between {bolinho.%player%.gostoso} and now
  7. if {_bolinho} is less than 5 minute:
  8. message "&6[WarsPvP] &fVoce está muito gordo, espere para pegar outro bolinho"
  9. stop
  10. player doesn't have space for 1 cake:
  11. message "&6[WarsPvP] &fSeu inventário esta cheio para receber um bolinho =/"
  12. stop
  13. give 1 cake named "&b&lBolinho &c&lfofinho" to player
  14. send "&6[WarsPvP] &fVoce recebeu um &bBolinho &cFofinho!"
  15. set {bolinho.%player%.gostoso} to now
  16.  
  17. on break 1 cake:
  18. send "&6[WarsPvP] &fSeu destruidor de bolinhos! :c"
  19.  
  20. command /help:
  21. trigger:
  22. send "{@bolinho}"
  23.  
  24. command /?:
  25. trigger:
  26. send "{@bolinho}"
  27.  
  28. on consume 1 cake:
  29. message "&6[WarsPvP] &fAhh! que bolinho gostoso..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement