Announcer Header

This will page will be an overview of the AnnouncerHeader section of the config.

The announcer header is the header of the announcer. In-game it will display this

Message

You can change the message of the header in AutoAnnouncer -> AnnouncerHeader -> Message

AutoAnnouncer:
  AnnouncerHeader:
    # Use quotations or these ''
    Message: "&7[---------&8[&4&lAnnouncement&8]&7---------]"

Enabled

You can enable or disable this message using Enabled: true or false

AutoAnnouncer:
  AnnouncerHeader:
    Enabled: true # or false

Enabled_Space

You can enable a space between the announcer and the header

AutoAnnouncer:
  AnnouncerHeader:
    Enabled_Space: true # or false

Last updated