Advertisement
Guest User

autobroadcast

a guest
Jul 20th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. #Format used when a player uses /autobroadcast. Placeholders are %message% ; the message, and %sender% ; who sent the broadcast.
  2.  
  3. Broadcast-Command-Format: '&f&lMiracle&e&lPrison &b&l»&7 &f%sender% &7has broadcasted: &f%message%'
  4.  
  5.  
  6.  
  7. #Message sent to a player when they use /autobroadcasttoggle. Placeholders are %toggle% ; State of broadcasts, will be
  8.  
  9. # 'no longer' if broadcasting is turned off, and 'now' if broadcasting is turned on.
  10.  
  11. Broadcast-Toggle: '&f&lMiracle&b&lPrison &8&l»&7 Broadcasts will %toggle% dispatch.'
  12.  
  13.  
  14.  
  15. #Message sent to a player when they use /autobroadcastreload
  16.  
  17. Broadcast-Reload: '&f&lMiracle&b&lPrison &8&l»&7 Auto Broadcast config has been reloaded!'
  18.  
  19.  
  20.  
  21. #Message sent to a player if they do not have permission to use the command /autobroadcast.
  22.  
  23. No-Permission: '&cYou do not have permission to use this command.'
  24.  
  25.  
  26.  
  27. #The interval at which the broadcasts are dispatched. (In ticks)
  28.  
  29. Interval: 10000
  30.  
  31.  
  32.  
  33. #Define your broadcasts here.
  34.  
  35. Broadcasts:
  36.  
  37.  
  38.  
  39. #Name of the broadcast, can be anything.
  40.  
  41. Discord:
  42.  
  43. Sound: BLOCK_SLIME_STEP
  44.  
  45. Permission: ''
  46.  
  47. Messages:
  48.  
  49. - ''
  50.  
  51. - '&e&lDID YOU KNOW? &7We have an amazing discord server filled'
  52.  
  53. - '&7with lots of community members. Check it out through &a&n/discord&7!'
  54.  
  55. - ''
  56.  
  57. Buy:
  58.  
  59. Sound: BLOCK_SLIME_STEP
  60.  
  61. Permission: ''
  62.  
  63. Messages:
  64.  
  65. - ''
  66.  
  67. - '&e&lDID YOU KNOW? &7The server is online thanks to you, and the'
  68.  
  69. - '&7community. Consider supporting the server through &a&n/buy&7 and get perks!'
  70.  
  71. - ''
  72.  
  73. Website:
  74.  
  75. Sound: BLOCK_SLIME_STEP
  76.  
  77. Permission: ''
  78.  
  79. Messages:
  80.  
  81. - ''
  82.  
  83. - '&e&lDID YOU KNOW? &7Our website has lots of important information'
  84.  
  85. - '&7that you should check out. Get the link through &a&n/website&7!'
  86.  
  87. - ''
  88.  
  89. Vote:
  90.  
  91. Sound: BLOCK_SLIME_STEP
  92.  
  93. Permission: ''
  94.  
  95. Messages:
  96.  
  97. - ''
  98.  
  99. - '&e&lDID YOU KNOW? &7Voting gives you amazing rewards and supports'
  100.  
  101. - '&7the server at the same time. Vote now through &a&n/vote&7!'
  102.  
  103. - ''
  104.  
  105. Beta:
  106.  
  107. Sound: BLOCK_SLIME_STEP
  108.  
  109. Permission: ''
  110.  
  111. Messages:
  112.  
  113. - ''
  114.  
  115. - '&c&lNOTE: &7The server is still in the BETA phase.'
  116.  
  117. - '&7If you experience any bugs, report them.'
  118.  
  119. - ''
  120.  
  121. Staff:
  122.  
  123. Sound: BLOCK_SLIME_STEP
  124.  
  125. Permission: ''
  126.  
  127. Messages:
  128.  
  129. - ''
  130.  
  131. - '&a&lWANT TO BE A HELPING HAND? &7Apply for staff on our'
  132.  
  133. - '&7website to help other players and interact with the community!'
  134.  
  135. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement