Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Arena1.0
  2. # Skript feito por: IAlweeyBR.
  3. # É permitido editar o código.
  4. # Não é permitido remover o /creditos.
  5. # Bom jogo!! :P
  6.  
  7. command /arena:
  8. trigger:
  9. send "&aTeleportando em 1s"
  10. wait 1 second
  11. send "&aJogador %player% teleportado com sucesso."
  12. make console execute command "/warp arena %player%"
  13. broadcast "&4[Arena] &c%player% entrou na arena!"
  14.  
  15.  
  16.  
  17.  
  18. command /setarena:
  19. permission: arena.set
  20. trigger:
  21. send "&2Setado com sucesso."
  22. wait 1 tick
  23. make player execute command "/setwarp arena"
  24. wait 1 tick
  25. send "&aPronto."
  26.  
  27.  
  28. command /creditos:
  29. trigger:
  30. send "&6&m---------------"
  31. send ""
  32. send ""
  33. send "&6&l> &eSkript criado por: &4&lIAlweeyBR"
  34. send "&6&l> &eFeito para: &cGamersBoard"
  35. send ""
  36. send ""
  37. send "&6&m---------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement