SimpleBroadcaster

SimpleBroadcaster

SimpleBroadcaster is a lightweight rotating chat broadcaster for Paper servers. It sends configured broadcasts from top to bottom at one global interval, then starts over from the first broadcast.

4 downloads

SimpleBroadcaster

SimpleBroadcaster is a lightweight and easy-to-configure broadcast plugin for Paper servers.

Create automatic server announcements that rotate from top to bottom at a configurable interval. Broadcasts can contain multiple lines, custom colors, HEX colors, sounds, Unicode characters, and more.

Features:

  • Automatic rotating broadcasts.
  • Configurable interval in seconds.
  • Single-line and multiline messages.
  • Legacy & color codes.
  • HEX color support.
  • Optional sounds for each broadcast.
  • Configurable sound volume and pitch.
  • Add or remove as many broadcasts as you need.
  • Give broadcasts your own names.
  • Reload the configuration without restarting.
  • Lightweight and simple to configure.

Commands:

/simplebroadcaster reload Reloads the configuration and restarts the broadcast rotation.

/sbc reload Shortcut for /simplebroadcaster reload.

Permissions:

simplebroadcaster.reload Allows access to the reload command.

Example Configuration:

interval: 300

broadcasts:

  simplebroadcaster:
    sound: "minecraft:block.note_block.pling"
    volume: 1.0
    pitch: 1.0
    messages:
      - "&#55FF55★ &lSIMPLEBROADCASTER &#55FF55★"
      - "&fThis is an example of a broadcast!"
      - "&7Customize messages, colors, sounds and more."

  discord:
    sound: "minecraft:entity.experience_orb.pickup"
    volume: 1.0
    pitch: 1.2
    messages:
      - ""
      - "&#5865F2◆ &lDISCORD &#5865F2◆"
      - "&fJoin our community → &#5865F2discord.gg/example"
      - ""

  store:
    sound: "none"
    volume: 1.0
    pitch: 1.0
    messages:
      - "&e★ &lSTORE &e★"
      - "&fSupport the server → &estore.example.com"

Broadcasts are sent from top to bottom and then repeat.

You can add, remove, or rename broadcasts however you like.

Installation:

  1. Download SimpleBroadcaster.
  2. Place the .jar file in your server's plugins folder.
  3. Restart your server.
  4. Edit plugins/SimpleBroadcaster/config.yml.
  5. Run /sbc reload after making changes.

Compatibility:

  • Paper 26.2
  • Java 25

SimpleBroadcaster is designed to do one thing: make server broadcasts plain and simple.