DESCRIPTION
AutoBroadcaster is a bare-bones broadcasting plugin that allows you to broadcast messages at a specified interval. These messages can be mult-line, and you can use PlaceholderAPI to display info from other plugins.
You can download PlaceholderAPI from here.
FEATURES
- Automatic message broadcasting
- Mult-line support for messages
- PlaceholderAPI support
- Fully customizable configuration file
CONFIGURATION
Everything is customizable in the configuration file generated in the plugin folder.
Code (Text):
# ===================================================
# AutoBroadcaster v1.0
#
# Author: Evan Wright (EvanTheSurfer)
# Github: https://github.com/evancolewright/auto-broadcaster
# ===================================================
broadcast_interval: 1 # How often should the plugin broadcast a message (in minutes)
messages:
1:
- "&d&m-----------------------------------------------"
- "&fPurchase a &nRank&r &fon our Buycraft for some awesome perks! &8- &dstore.myserver.com"
- "&d&m-----------------------------------------------"
2:
- "&d&m-----------------------------------------------"
- "&fFollow us on &b&nTwitter&r &f to stay up-to-date on server updates &8- &
[email protected] "
- "&d&m-----------------------------------------------"
3:
- "&d&m-----------------------------------------------"
- "&f MyServer is now running Spigot &d1.17&r&f. Report bugs on our forums &8- &dforums.myserver.com"
- "&d&m-----------------------------------------------"
IMAGES
SUPPORT / DEVELOPMENT
If you are having an issue with the jar, I ask that you please PM me on SpigotMC, or open an issue on GitHub
prior to leaving a review. The same goes for feature requests. The review section is not an adequate place to report bugs, discuss incompatibility issues, or request additions.
If you're a
developer and wish to contribute, submit a PR on GitHub and I'll take a look.