moeycvbn12

Untitled

Dec 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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: "&CWe Update The Server Daily / Weekly"
  11. messgage2: "&bThis is the first ever successfull &4DEATHRUN &bServer"
  12. message3: "&9Make Sure To Invite Your Friends To Play &b&lDEATHRUN!!"
  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