Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 529 Bytes

files.md

File metadata and controls

25 lines (21 loc) · 529 Bytes
description
The plugin's configuration files

Plugin's files

Config

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

# ActionAnnouncer v1.14.0 Main configuration
announcer_enabled: true
announcer_random: true
announce_interval: 60
announcement_length: 4
announcements:
- '&aHave you voted today? &b/vote&a!'
- '&bThere are currently &e%online% &bplayers online!'
announce_on_join: true
join_announcement: '&eWelcome to the server &b%player%! There are &f%online% &epeople
  online!'
disable_sounds: false

{% endcode %}