Advertisement
Guest User

Help

a guest
Apr 20th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. variables:
  2. {seconds} = "0"
  3. {time} = "300"
  4. command /youtube <text>:
  5. aliases: /yt
  6. permission: youtube.broadcast
  7. permission message: You Must Have YouTube Rank To Use This.
  8. cooldown: 5 minutes
  9. cooldown message: You Need To Wait %{seconds}% seconds To Do This Again.
  10. cooldown bypass: youtube.cooldown.bypass
  11. trigger:
  12. broadcast "&f&l[YOU&c&lTUBE&f&l] &4&l%arg-1%"
  13. loop {time} times:
  14. wait 1 second
  15. add 1 to {seconds}
  16. exit 1 loop
  17. if {seconds} less than {seconds}:
  18. set {seconds} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement