Advertisement
iBeAnthonyD

Minecraft Skript Broadcast | MasTV

May 24th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. # MasTV ~
  2. options:
  3. prefix: &6&Breack&cMC &8| &7
  4. # The prefix is for the broadcast
  5.  
  6. command /alert [<text>]:
  7. permission: mastv.broadcast
  8. permission message: &7Breack&cMC &r&8| &cNo Permission.
  9. aliases: /bc
  10. trigger:
  11. if arg-1 is set:
  12. broadcast "{@prefix} %colored arg-1%"
  13. else:
  14. send "&cUsage: /alert <message>"
  15.  
  16. # | AutoBroadcast | #
  17. # | Add more by copying what ive done and pasting a diffrent message | #
  18. every 100 minutes:
  19. broadcast "&c{@prefix} &6You can change the time the broadcasts happen in breackmc-bc.sk"
  20. every 200 minutes:
  21. broadcast "&c{@prefix} &6Change in breackmc-bc.sk"
  22.  
  23.  
  24.  
  25. # MasTV ~
  26. options:
  27. prefix: &7Breack&cMC &8| &7
  28. # The prefix is for the broadcast
  29.  
  30. command /broadcast [<text>]:
  31. permission: mastv.broadcast
  32. permission message: &7Breack&cMC &r&8| &cNo Permission.
  33. aliases: /broadcast
  34. trigger:
  35. if arg-1 is set:
  36. broadcast "{@prefix} %colored arg-1%"
  37. else:
  38. send "&cUsage: /broadcast <message>"
  39.  
  40. # | AutoBroadcast | #
  41. # | Add more by copying what ive done and pasting a diffrent message | #
  42. every 100 minutes:
  43. broadcast "&c{@prefix} &6You can change the time the broadcasts happen in breackmc-bc.sk"
  44. every 200 minutes:
  45. broadcast "&c{@prefix} &6Change in breackmc-bc.sk"
  46.  
  47.  
  48.  
  49. # MasTV ~
  50. options:
  51. prefix: &7Breack&cMC &8| &7
  52. # The prefix is for the broadcast
  53.  
  54. command /bc [<text>]:
  55. permission: mastv.broadcast
  56. permission message: &7Breack&cMC &r&8| &cNo Permission.
  57. aliases: /bc
  58. trigger:
  59. if arg-1 is set:
  60. broadcast "{@prefix} %colored arg-1%"
  61. else:
  62. send "&cUsage: /bc <message>"
  63.  
  64. # | AutoBroadcast | #
  65. # | Add more by copying what ive done and pasting a diffrent message | #
  66. every 100 minutes:
  67. broadcast "&c{@prefix} &6You can change the time the broadcasts happen in breackmc-bc.sk"
  68. every 200 minutes:
  69. broadcast "&c{@prefix} &6Change in breackmc-bc.sk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement