Kamilkime

chatConfig.yml

Feb 22nd, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.20 KB | None | 0 0
  1. #################
  2. # CHAT SETTINGS #
  3. #################
  4.  
  5. # Config version, do not change this section
  6. # Every config file has its own version, so it may differ across the files
  7. configVersion: 1
  8.  
  9. # Do you want to show KCaptcha messages on chat?
  10. # If you do not enable this - remember to enable bossBar/title messages, or nothing will be shown!
  11. enableChatMessage: true
  12.  
  13. #################
  14. # CHAT MESSAGES #
  15. #################
  16.  
  17. # All messages written below are lists of text. One line in the list = one line displayed in chat
  18. # All messages support '&' color codes (e.g. &4 for dark red)
  19. # Available message variables:
  20. #   {CAPTCHA} or {CODE}  ->  changed to a CAPTCHA code player has to write
  21.  
  22. # Chat message shown when the player has to enter the CAPTCHA code
  23. chatMessageCompleteCaptcha:
  24. - ""
  25. - "    &8--------------------"
  26. - " &6Type &7{CODE} &6on chat to prove"
  27. - " &6you are a human, not a bot!"
  28. - "    &8--------------------"
  29. - ""
  30.  
  31. # Chat message shown when the player has successfully entered the CAPTCHA code
  32. chatMessageCaptchaCompleted:
  33. - ""
  34. - "    &8------------------"
  35. - " &6Your account has been validated!"
  36. - " &6You can now use chat and commands!"
  37. - "    &8------------------"
  38. - ""
Add Comment
Please, Sign In to add comment