Guest User

Aide Skript04

a guest
Feb 14th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. command /delp:
  2. description: Commande liée au chat Arc-En-Ciel
  3. permission: "delp.skript"
  4. trigger:
  5. loop 50 times:
  6. broadcast ""
  7. exit
  8.  
  9. command /arcenciel <text>:
  10. description: Affiche un message de couleur changeante dans le chat, empêchant toutes autres phrases jusqu'à la fin du cycle.
  11. permission: "aec.skript"
  12. trigger:
  13. make player say "&4%arg 1%"
  14. wait 1 second
  15. make console execute command "/delp"
  16. make player say "&6%arg 1%"
  17. wait 1 second
  18. make console execute command "/delp"
  19. make player say "&2%arg 1%"
  20. wait 1 second
  21. make console execute command "/delp"
  22. make player say "&3%arg 1%"
  23. wait 1 second
  24. make console execute command "/delp"
  25. make player say "&1%arg 1%"
  26. wait 1 second
  27. make console execute command "/delp"
  28. make player say "&5%arg 1%"
  29. wait 1 second
  30. make console execute command "/delp"
  31. make player say "&9%arg 1%"
  32. wait 1 second
  33. make console execute command "/delp"
  34. make player say "&8%arg 1%"
  35. wait 1 second
  36. make console execute command "/delp"
  37. make player say "&0%arg 1%"
  38. wait 1 second
  39. make console execute command "/delp"
  40. make player say "&7%arg 1%"
  41. wait 1 second
  42. make console execute command "/delp"
  43. make player say "&c%arg 1%"
  44. wait 1 second
  45. make console execute command "/delp"
  46. make player say "&e%arg 1%"
  47. wait 1 second
  48. make console execute command "/delp"
  49. make player say "&a%arg 1%"
  50. wait 1 second
  51. make console execute command "/delp"
  52. make player say "&b%arg 1%"
  53. wait 1 second
  54. make console execute command "/delp"
  55. make player say "&d%arg 1%"
  56. wait 1 second
  57. make console execute command "/delp"
Add Comment
Please, Sign In to add comment