Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Configure ad behavior

Jonathan Narvaez edited this page Apr 8, 2023 · 1 revision

Complete configuration on the control of advertisements

announcer:
  enable: true
  type: loop
  loops: 1
  interval: 10

Table:

  1. Enable
  2. Types
  3. Loops
  4. Interval

Choose whether to enable or disable running advertisements, this can also be done with the command: /ma toggle

announcer:
  enable: true

Apply the type of ad that actually controls how each ad is repeated, they are found:

  • loops: Repeated in sequence with the order in the list with a defined number of repetitions
  • simple: Repeated in sequence with the order in the list
  • random: Displays ads randomly
  • single: Only the first announcement will be repeated
announcer:
  type: loop

As the type of ad loop, it is the number of repetitions that an ad will have in that linear frequency of ads.

announcer:
  loops: 1

The frequency at which each advertisement will be repeated, determined in seconds

announcer:
  interval: 10
Clone this wiki locally