Advanced message broadcasting system for your Minecraft server with ping notifications and customizable alerts
Download NowSupports /broadcast, /bc, /cast, /alert and /a commands with different formatting options.
Mention players with @username to notify them with sound and chat message.
Customize messages, formats, colors and permissions through config.yml.
Block inappropriate language with customizable forbidden words list.
Fine-grained permission control for commands and features.
Prevent spam with customizable command cooldowns.
All plugin settings can be configured in config.yml:
prefix: "&8[&6Broadcast&8]" formats: broadcast: "%prefix% &r%message% &7(sent by: %sender%)" alert: "&8[&c&lALERT&8] &r%message% &7(sent by: %sender%)" # Messages messages: ping: "%prefix% &6Player &e%player% &6mentioned you in /%command%." no-permission: "&cYou don't have permission to use this command!" usage: "&cUsage: %usage%" forbidden-word: "&cYour message contains forbidden words!" cooldown: "%prefix% &cYou can use this command again in %time% seconds!"
# Cooldown settings (in seconds) cooldown: default: 300 # 5 minutes
ping-detection: chat: true # Detect pings in regular chat sound: ENTITY_PLAYER_LEVELUP # Sound for ping notifications
permissions: broadcast: "destroyedbroadcasts.broadcast" alert: "destroyedbroadcasts.alert" pingshield: "destroyedbroadcasts.pingshield"
forbidden-words: - "badword1" - "badword2" - "insult" # Add more forbidden words as needed
Get the latest version of Broadcaster from our download page or SpigotMC.
Place the downloaded .jar file in your server's plugins folder.
Restart or reload your server to generate the configuration files.
Edit the config.yml file in the Broadcaster folder to customize messages and settings.
Configure permissions using your preferred permissions plugin (LuckPerms recommended).
Get the latest version of the plugin for your Minecraft server