Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 561 Bytes

configuration.md

File metadata and controls

30 lines (27 loc) · 561 Bytes

Configuration

Config

{% code title="config.yml" %}

# MessageAnnouncer v1.11.0 Main configuration
announcer_enabled: true
announcer_random: true
announce_interval: 60
sound:
  enabled: true
  sound_name: NOTE_PLING
  volume: 10
  pitch: 1
interval_announcement_list:
- default
- vote
announcements:
  default:
  - '{"text": "--------"}'
  - '{"text": "This is a JSON auto announcement!"}'
  - '{"text": "--------"}'
  vote:
  - '{"text": "--------"}'
  - '{"text": "Be sure to vote for the server!"}'
  - '{"text": "--------"}'

{% endcode %}