Advertisement
Scqrch

Untitled

Dec 17th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # GlacialDew's Autobroadcast Skript
  2. # Only edit message 1,2, and 3 in options!
  3. #
  4. #ONLY RUN THIS COMMAND ONCE, IF YOU DO MORE THAN ONCE
  5. #CLEAR THE SK FILE AND STOP THE SERVER THEN RESTART AND RUN ONCE
  6.  
  7.  
  8. options:
  9. nopermission: "&cYou do not have the permissions to run this command!"
  10. message1: "Why?"
  11. messgage2: "hello"
  12. message3: "there!"
  13.  
  14.  
  15.  
  16. command /bcstart:
  17. permission: bcstart.use
  18. permission message: "{@nopermission}"
  19. trigger:
  20. broadcast "{@message1}"
  21. wait 3 minutes
  22. broadcast "{@messgage2}"
  23. wait 3 minutes
  24. broadcast "{@message3}"
  25. wait 3 minutes
  26. execute console command "/bcstart"
  27. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement