-
Notifications
You must be signed in to change notification settings - Fork 6
/
announcements.yml
31 lines (26 loc) · 1.03 KB
/
announcements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Announcements Configuration
enabled: true
# Should announcements order be random?
random: true
# Announcements interval in seconds
interval: 300
order:
- first
- second
# Add sound to the announcements
sound:
enabled: true
sound: ENTITY_EXPERIENCE_ORB_PICKUP
announcements:
first:
- '<gradient:white:aqua:white><strikethrough> </gradient>'
- ' '
- " <white>Join our Discord server by using <aqua><click:open_url:'https://discord.gg'>Clicking Here!</click></aqua>"
- ' '
- '<gradient:white:aqua:white><strikethrough> </gradient>'
second:
- '<gradient:white:aqua:white><strikethrough> </gradient>'
- ' '
- ' <white>Report players violating the rules using <aqua>/report'
- ' '
- '<gradient:white:aqua:white><strikethrough> </gradient>'