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

To set the delay between messages you provide an integer (whole number e.i. 1, 2, 3, not 1.1, 1.2) and then the time, so seconds, minutes, hours. To do 1 and half minutes do not do 1.5 minutes do 90 seconds.

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