MessageBroadcaster
PluginLicenseRef-All-Rights-Reserved

MessageBroadcaster

Automate Your Server Messages with Ease

351
Downloads
2
Followers
9 months ago
Updated
📦
7
Versions

📖About MessageBroadcaster

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

  1. /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.

  2. /broadcaster anoncer <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".
  3. /broadcaster anoncer reload
    Description: reload a specific announcer.
    Permission: broadcaster.admin
    Usage: /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

    • 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.