Enhance your server’s communication with TOPAUTOBROADCAST! This plugin allows you to effortlessly manage and customize automatic broadcasts, keeping your players engaged and informed at all times.
Features -----------------------------------
Random Message Selection: Easily configure multiple messages, and the plugin will randomly display them, ensuring fresh content with every broadcast!
Centered Messages: Option to center your broadcasts for a sleek and polished presentation, making your announcements stand out.
Customizable Timings: Fully adjustable timing settings to control when and how often your messages are broadcasted.
Color Support: Supports both Essentials color codes and HEX colors, allowing you to fully customize the appearance of your messages.
Multi-Message Support: Show multiple lines of text in each broadcast, perfect for longer announcements such as events, rules, or important updates.
Easy Configuration: Simple configuration files make it easy to adjust settings and get your broadcasts up and running quickly.
PlaceHolderAPI support: Use placeholders to make your broadcast more beautiful.
Code (YAML):
# If you want any support, contact me on discord: jordiorozco # Don't post a negative review please, contact me first. broadcasts:
interval: 60
# Interval in seconds between messages random: false
# If 'true', the messages will be randomized. center: true
# If 'true', messages will be centered control:
pause: -
"&eThe broadcasts have been paused." -
"&eUse &6/broadcastcontrol resume &eto resume." resume: -
"&eThe broadcasts have been resumed." -
"&eUse &6/broadcastcontrol pause &eto pause again." stop: -
"&cThe broadcasts have been stopped." -
"&cUse &6/broadcastcontrol start &cto start again." start: -
"&aThe broadcasts have started again." -
"&aUse &6/broadcastcontrol stop &cto stop again." error:
- "&cError: Broadcast manager not initialized.
" invalid_usage: - "&cInvalid command. Usage
: /topautobroadcast:broadcastcontrol pause|resume|stop|start
" reload: success-message: "The plugin has been reloaded successfully.
" permission-message: "You do not have permission to execute this command.
" console-message: "The plugin has been reloaded by the console.
"
#______________________________________________________________________# # # If you want to add another new message follow the # example of those already posted. # # You can create an infinite messages and use a placeholders with PlaceHolderAPI. #
messages: - message1 - message2 - message3
message1: - "&6Welcome &f
%player_name%&6 to the server!" -
"&eHave fun and enjoy, ¡&f%player_ping%ms&e its your ping!" message2: -
"&7A new event is about to begin!" -
"&aJoin the fun." message3: -
"&bRemember to support the administrators." -
"&cThank you for being part of our community!"