MessageBroadcaster

Automate Your Server Messages with Ease

449

Quick challenge

How far can you run before the mobs catch you?

MessageBroadcaster

Plugin Description

Easy Control is a Minecraft plugin designed to send automated messages to players on your server. It provides the following features: - Easy Control: Supports both plain text and JSON-formatted messages with optional prefixes. - Easy Control: Messages can be sent in sequence (consistently) or chosen randomly. - Easy Control: Restrict messages to players with specific permissions. - Easy Control: 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

1. Example Example: Displays a list of all active announcers on the server. Example: `broadcaster.admin` Example: `/broadcaster anoncerlist` Example: `/broadcaster anoncerlist` will return a list of all announcer keys.

2. Example Example: Starts or stops a specific announcer. Example: `broadcaster.admin` Example: `/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".

3. Example Example: reload a specific announcer. Example: `broadcaster.admin` Example: `/broadcaster anoncer <annoncer_key> reload` Example: - `/broadcaster anoncer example_announcer reload` will reload "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.

These commands allow admins to easily control the broadcasting of messages to players.

ADS