Announcer Message

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

Announcer

To add or remove announcer head over to your config.yml and navigate over to AutoAnnouncer -> AnnouncerMessage -> Announcer and add - "New line has been added"

AutoAnnouncer:
  AnnouncerMessage:
    Announcer:
      - "Change me!"
      - "New line!"
      - "Join my discord!"
      - "New line has been added"
      # Quotations aren't required but it is recommened to have. 
      # You can also use '' as well.

Delay

AutoAnnouncer:
  AnnouncerMessage:
    Delay: 90 seconds # 1:30 minutes

Enabled

You can turn the whole system on and off with the Enabled line. To enable all the message just put Enabled: true and to turn it off do Enabled: false

AutoAnnouncer:
  AnnouncerMessage:
    Enabled: true # It will display all the messages in game

Last updated

Was this helpful?