Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. command /ping:
  2. trigger:
  3. set {_ping} to player's ping
  4. send "Seu ping: %{_ping}%"
  5. command /desencantar:
  6. permission: desencantar.Usar
  7. permission message: &4No Permission
  8. trigger:
  9. disenchant the player's tool
  10. send "&aVocĂȘ desencantou seu item com sucesso!"
  11. command /cap:
  12. permission: capinstant.usar
  13. permission message: &4NoPermission
  14. trigger:
  15. set {_espera} to difference between {Cap.Delay::%player%} and now
  16. if {_espera} is less than 20 minutes:
  17. send "&4[NomeDoServidor] &cVocĂȘ precisa esperar %difference between a minute and {_espera}% antes de usa antes de usa este comando novamente!"
  18. stop
  19. apply potion regeneration to the player for 60 seconds
  20. apply potion resistance fire to the player for 6 minutes
  21. apply potion resistance to the player for 6 minutes
  22. set {Cap.Delay::%player%} to now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement