Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Plugin Description
MessageBroadcast is a Minecraft plugin designed to send automated messages to players on your server. It provides the following features:
- Customizable Messages: Supports both plain text and JSON-formatted messages with optional prefixes.
- Flexible Broadcast Options: Messages can be sent in sequence (consistently) or chosen randomly.
- Permission Support: Restrict messages to players with specific permissions.
- Adjustable Cooldowns: Configure the delay between broadcasts to suit your needs.
- Easy Control: Start and stop the broadcasting task at any time via code or commands.
This plugin is ideal for server announcements, tips, or general player communication.
Commands
-
/broadcaster anoncerlist
Description: Displays a list of all active announcers on the server.
Permission:broadcaster.admin
Usage:/broadcaster anoncerlist
Example:/broadcaster anoncerlist
will return a list of all announcer keys. -
/broadcaster anoncer <annoncer_key> <start|stop>
Description: Starts or stops a specific announcer.
Permission:broadcaster.admin
Usage:/broadcaster anoncer <annoncer_key> <start|stop>
Example:/broadcaster anoncer example_announcer start
will start the "example_announcer"./broadcaster anoncer example_announcer stop
will stop the "example_announcer".
Tab Completion
-
/broadcaster
anoncer
: Allows you to manage specific announcers.anoncerlist
: Displays all announcers.
-
/broadcaster anoncer
- Lists available announcers based on the keys from the configuration.
-
/broadcaster anoncer <annoncer_key>
- If the announcer is already running, the option
stop
will be available. - If the announcer is not running, the option
start
will be available.
- If the announcer is already running, the option
These commands allow admins to easily control the broadcasting of messages to players.