Advertisement
iBeAnthonyD

Minecraft Skript Broadcast | MasTV

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