The "
AutoBroadcast" plugin is a powerful tool for automated broadcast management in your server. It allows you to send
customized messages with support for
links, at regular or
random intervals in the server chat. Whether you want to announce events, share important information, or provide entertainment, this plugin has you covered.
![[IMG]](/proxy/image?url=https%3A%2F%2Fmedia4.giphy.com%2Fmedia%2Fv1.Y2lkPTc5MGI3NjExZmU3Njg4cThsM3B4YzdycWF4c2Vlc2dramxwa296eG42emZpcHIweSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw%2Fa8qXYS01pcamhH9NRm%2Fgiphy.gif)
With the ability to manage
multiple broadcast messages through a YAML configuration file, customization is made easy. Each message can have its own display
delay,
rotation option, and even include
clickable links. This level of control ensures that your broadcast messages are delivered precisely when and how you want them.
By delivering relevant information, engaging content, and
clickable links to your players during their gameplay sessions, the plugin enhances their overall experience on the server. Keep your players informed, entertained, and connected with the "
AutoBroadcast" plugin.
Hello English-speaking users! We'd like to introduce you to this Minecraft plugin in French. Although the audio is in French, the youtube translation into English has been carefully done. The images speak for themselves, and we invite you to have a look. If you have any questions, please don't hesitate to contact us in English. Thank you for your understanding, and happy reading!
Code (YAML):
# Configure your links for the messages here, you can add more
# - "url": The url of the link in the message
# - "text": The text of the url displayed in the message
# - "placeholder": The macro that is replaced by the link in the messages
links:
link1:
url
: 'https://discord.com/invite/Xf3PjwXzKg'
text
: '&b&l&nhere&r'
placeholder
: '
{discord-link
}'
link2:
url
: 'https://www.spigotmc.org/resources/autobroadcast-1-13-x-1-20-x.110911/'
text
: '&b&l&nlink&r'
placeholder
: '
{plugin-link
}'
# Configure your messages here, you can add more
# - "text": The text of the message displayed - use a list for rotate messages
# - "delay": The interval in seconds - use a list for random delays
messages
:
# Simple message with link
message1:
text
: '&eSimple broadcast, plugin page
:
{plugin-link
}'
delay
: 15
# Message with random delay
message2:
text
:
"&bThis is a message with &erandom delay!"
delay
:
- 10
- 15
- 20
# Message with rotated text and links
message3:
text:
- '&eAutoBroadcast &bSupport&e
:
{discord-link
}'
- '&aConnect with the community
{discord-link
} &aon our Discord server.'
- '&aJoin our Discord to chat with the community.'
delay
: 10
"/
broadcast" (alias "/
ab" or "/
autobroadcast")
- "/broadcast help": Print the AutoBroadcast plugin help.
- "/broadcast reload": Reload the AutoBroadcast plugin.
- "autobroadcast.*": Grants complete access to the plugin.
- "autobroadcast.help": Allows print the AutoBroadcast help.
- "autobroadcast.reload": Allows reloading the AutoBroadcast plugin.