Configuration

Example Config:

prefix: '&#44C8FD&lANNOUNCEMENTS &r&8» &r'
no-permission: '&cYou do not have permission to use this command.'

# Sound to play server-wide when a broadcast starts (Minecraft sound enum name)
sound: 'BLOCK_NOTE_BLOCK_PLING'

# Chat layout: use {prefix} and {message} placeholders. Empty lines in this block are preserved.
chat-layout: |
  {line}
  {prefix} &8» &r{message}
  {line}


#put the {line} placeholder to insert an empty line

The configuration for this plugin is straightforward

Prefix

To change the prefix of all broadcasts, you can change the prefix: value to something.g If you want to disable the prefix, simply remove the prefix placeholder from the chat layout. Note: prefixes do not work on actionbar titles and subtitles due to their being limited

Sound

To change the sound for when an announcement is played, simply remove the BLOCK_NOTE_BLOCK_PLING and replace it with something else, any sound you want from Minecraft.

Chat Layout

To change the chat layout, simply put whatever text you want to be displayed. Make note that if you put the {line} placeholder here, it will show an Empty line in-game

Last updated