Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for DestenyLP

SimpleBroadcast is a lightweight, highly customizable plugin for broadcasting messages in Minecraft.

Report SimpleBroadcast?

SimpleBroadcast

Simple Broadcast is a lightweight but highly customizable plugin for sending broadcast messages on your server. It’s perfect for announcements, events, or any kind of important server-wide communication. Simple Broadcast helps you deliver important messages in a clear and professional way. Easy to use, easy to customize - a must-have tool for every Minecraft server.
  • Broadcast Scheduler: Schedule Broadcasts like you want.
  • Title & Subtitle Messages: Display large, centered messages to grab players' attention.
  • Actionbar Messages: Show messages above the hotbar for subtle notifications.
  • Sounds: Play configurable sounds when a broadcast is sent to make it stand out.
  • Configurable via Config: All features are adjustable in the config file to fit your needs.
  • In-Game Configuration: Change broadcast settings directly in-game without restarting the server.
  • Live Broadcast: send a Broadcast Message in no time.
  • Lightweight and Efficient: Minimal performance impact, suitable for any Paper server setup.
  • Modern Paper Support: Designed specifically for the latest Paper versions.
Show Permissions
  • simplebroadcast.command.broadcast - The permission for /broadcast
  • simplebroadcast.command.livebroadcast - The permission for /livebroadcast
Show Commands
  • /broadcast list - List all broadcasts
  • /broadcast info {name} - Show broadcast details
  • /broadcast create {name} {delay} {message} - Create a broadcast
  • /broadcast reload - Reload broadcasts from config
  • /broadcast send {name} - Send a broadcast immediately
  • /broadcast edit {name} {property} {value} - Edit a broadcast
  • /broadcast delete {name} - Delete a broadcast
  • /livebroadcast {message} - Send a Non-Broadcast-Instance
Show Config
# Here you can configure this plugin!

Prefix: <gradient:gold:yellow>&lSimpleBroadcast &r&7»
# ----------------------------------------------
#  
# message: the message of the Broadcast
# delay: The cooldown of the Broadcast (in seconds)
# sound: The sound, that should be played to every player, when the Broadcast appeared!
# actionbar: The actionbar, that should be shown to every player, when the Broadcast appeared!
# title: The title, that should be shown to every player, when the Broadcast appeared!
#  
# IMPORTANT: Do NOT remove any of the values, or else it wont work!
# ----------------------------------------------
Broadcasts:
  Example:
    message:
    - ' '
    - '&bThats a fantastic Broadcast!'
    - ' '
    delay: 60
    sound:
      enabled: true
      sound: ENTITY_PLAYER_LEVELUP
    actionbar:
      enabled: true
      message: '&6&lLook in the chat!'
    title:
      enabled: true
      message: '&6&lA Broadcast appeared!'
      subTitle: '&7Thats a cool subtitle'
# ----------------------------------------------
#  
# message: the message of the Broadcast (%message%: general livebroadcast)
# sound: The sound, that should be played to every player, when the Broadcast appeared!
# actionbar: The actionbar, that should be shown to every player, when the Broadcast appeared!
# title: The title, that should be shown to every player, when the Broadcast appeared!
#  
# IMPORTANT: Do NOT remove any of the values, or else it wont work!
# ----------------------------------------------
Live Broadcast:
  message:
  - '&7-------| <gradient:gold:yellow>&lLive Broadcast &r&7|-------'
  - '%message%'
  - '&7-------| <gradient:gold:yellow>&lLive Broadcast &r&7|-------'
  sound:
    enabled: true
    sound: ENTITY_PLAYER_LEVELUP
  actionbar:
    enabled: true
    message: '&6&lLook in the chat!'
  title:
    enabled: true
    message: '&6&lAttention'
    subTitle: '&7Look in the chat'

When you have bugs or problems with the plugin report them here.

Information

CategoryChat
Published onMay 2, 2025
LicenseUnspecified
Downloads29
Stars1
Watchers0

Pinned Versions

Members