-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchatConfig.yml
38 lines (32 loc) · 1.16 KB
/
chatConfig.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
32
33
34
35
36
37
38
#################
# CHAT SETTINGS #
#################
# Config version, do not change this section
# Every config file has its own version, so it may differ across the files
configVersion: 1
# Do you want to show KCaptcha messages on chat?
# If you do not enable this - remember to enable bossBar/title messages, or nothing will be shown!
enableChatMessage: true
#################
# CHAT MESSAGES #
#################
# All messages written below are lists of text. One line in the list = one line displayed in chat
# All messages support '&' color codes (e.g. &4 for dark red)
# Available message variables:
# {CAPTCHA} or {CODE} -> changed to a CAPTCHA code player has to write
# Chat message shown when the player has to enter the CAPTCHA code
chatMessageCompleteCaptcha:
- ""
- " &8--------------------"
- " &6Type &7{CODE} &6on chat to prove"
- " &6you are a human, not a bot!"
- " &8--------------------"
- ""
# Chat message shown when the player has successfully entered the CAPTCHA code
chatMessageCaptchaCompleted:
- ""
- " &8------------------"
- " &6Your account has been validated!"
- " &6You can now use chat and commands!"
- " &8------------------"
- ""