SupaDupaBroadcast
Yet another auto broadcaster but with JSON/tellraw messages!
Features:
Sample Config
Source:
https://github.com/MiniDigger/SupdaDupaBroadcast
Pullrequests welcome
CI (use at your own risk):
http://bender.minidigger.me:9090/job/SupaDupaBroadcast
NOTE: Please don't use the ratings to report bugs or other issue you may encounter. If you have any issues you can send me a pm, post something in the discussion section https://www.spigotmc.org/threads/supadupabroadcast-with-json-tellraw-messages.142292/ or open a issue on github (prefered) https://github.com/MiniDigger/SupdaDupaBroadcast/issues The ratings should reflect a overall view of the plugin and should not be used if you encounter a problem setting it up.
Yet another auto broadcaster but with JSON/tellraw messages!
Features:
- Add messages on the fly (using the ingame command sdbadd)
- Change the interval on the fly (using the ingame command sdbint)
- Reload the config on the fly (using the ingame command sdbrl)
- Supports json/tellraw message (just add 'json:' infront of the json array)
- Fully custom message, no annoying prefixes!
- Color support (just use &)
- Drop the plugin into your plugins folder
- Start or restart the server
- It will generate a config
- Use the ingame commands or the config to customize the messages and the interval
- Be sure to use some fancy json/tellraw messages
- you can generate some using this site: https://www.minecraftjson.com/
- copy the command it's generates without the '/tellraw @p ',
- add 'json:' infront of it
- add it to the messages
- ???
- Profit
- Leave feature requests or ratings below

- If you encounter any issues use the discussion section or the github issue section the report them (https://www.spigotmc.org/threads/supadupabroadcast-with-json-tellraw-messages.142292/). PLEASE do not use the ratings as bug reports
- sdbrl:
- description: 'Reloads the config from disk'
- permission: 'sdbrl'
- sdbadd:
- description: 'Adds a messages to the list'
- permission: 'sdbadd'
- sdbint:
- description: 'Changes the interval of messages being displayed'
- permission: 'sdbint'
- sbignore:
- description: 'Toogles if you will receive the messages'
- permission: 'sbignore'
Sample Config
Spoiler
Code (Text):
#╭━━╮╱╱╱╱╱╱╱╭━━╮╱╱╱╱╱╱╱╭━━╮╱╱╱╱╱╱╱╭╮╱╱╱╱╭━┳╮╱
#┃━━╋┳┳━┳━╮╱╰╮╮┣┳┳━┳━╮╱┃╭╮┣┳┳━┳━╮╭╯┣━┳━╮┃━┫╰╮
#┣━━┃┃┃╋┃╋╰╮╭┻╯┃┃┃╋┃╋╰╮┃╭╮┃╭┫╋┃╋╰┫╋┃━┫╋╰╋━┃╭┫
#╰━━┻━┫╭┻━━╯╰━━┻━┫╭┻━━╯╰━━┻╯╰━┻━━┻━┻━┻━━┻━┻━╯
#╱╱╱╱╱╰╯╱╱╱╱╱╱╱╱╱╰╯╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱
# how often (in server ticks, 20 ticks = 1 second) should a new message be shown
interval: 1200
# should the message should be print to the console?
console-output: true
[/SIZE]
# List with messages
messages:
- I am just a random test message with some &3colors
- json:["",{"text":"This ","color":"dark_aqua","bold":true},{"text":"Plugin ","color":"gold","italic":true,"underlined":true,"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Made by MiniDigger","color":"dark_aqua"}]}},"bold":false},{"text":"is ","color":"dark_green","italic":false,"underlined":false},{"text":"awesome ","color":"dark_gray","bold":true,"italic":true,"underlined":true},{"text":"!!!!!!!!!!!!!!","color":"yellow","bold":true,"italic":true,"underlined":true,"strikethrough":true,"obfuscated":true}]
#┃━━╋┳┳━┳━╮╱╰╮╮┣┳┳━┳━╮╱┃╭╮┣┳┳━┳━╮╭╯┣━┳━╮┃━┫╰╮
#┣━━┃┃┃╋┃╋╰╮╭┻╯┃┃┃╋┃╋╰╮┃╭╮┃╭┫╋┃╋╰┫╋┃━┫╋╰╋━┃╭┫
#╰━━┻━┫╭┻━━╯╰━━┻━┫╭┻━━╯╰━━┻╯╰━┻━━┻━┻━┻━━┻━┻━╯
#╱╱╱╱╱╰╯╱╱╱╱╱╱╱╱╱╰╯╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱
# how often (in server ticks, 20 ticks = 1 second) should a new message be shown
interval: 1200
# should the message should be print to the console?
console-output: true
[/SIZE]
# List with messages
messages:
- I am just a random test message with some &3colors
- json:["",{"text":"This ","color":"dark_aqua","bold":true},{"text":"Plugin ","color":"gold","italic":true,"underlined":true,"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Made by MiniDigger","color":"dark_aqua"}]}},"bold":false},{"text":"is ","color":"dark_green","italic":false,"underlined":false},{"text":"awesome ","color":"dark_gray","bold":true,"italic":true,"underlined":true},{"text":"!!!!!!!!!!!!!!","color":"yellow","bold":true,"italic":true,"underlined":true,"strikethrough":true,"obfuscated":true}]
Source:
https://github.com/MiniDigger/SupdaDupaBroadcast
Pullrequests welcome

CI (use at your own risk):
http://bender.minidigger.me:9090/job/SupaDupaBroadcast
NOTE: Please don't use the ratings to report bugs or other issue you may encounter. If you have any issues you can send me a pm, post something in the discussion section https://www.spigotmc.org/threads/supadupabroadcast-with-json-tellraw-messages.142292/ or open a issue on github (prefered) https://github.com/MiniDigger/SupdaDupaBroadcast/issues The ratings should reflect a overall view of the plugin and should not be used if you encounter a problem setting it up.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SupaDupaBroadcast (with JSON/tellraw messages!) is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9. Downloaded 749 times (via Spigot). Download it and open it directly in the game.