Kamilkime

titleConfig.yml

Feb 22nd, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.94 KB | None | 0 0
  1. ##################
  2. # TITLE 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 enable KTitle?
  10. # If you do not enable it - KCaptcha will not send any messages as title/subtitle/actionBar
  11. # Reminder - KTitle will work only on MC version 1.8 and up
  12. enableKTitle: true
  13.  
  14. # Functions are locations, where the text will be shown by KTitle
  15. # If function is not enabled - messages connected with it will be ignored
  16. # Available functions: ACTIONBAR, SUBTITLE, TITLE
  17. enabledFunctions:
  18. - 'ACTIONBAR'
  19. - 'SUBTITLE'
  20. - 'TITLE'
  21.  
  22. # Fade properties for title/subtitle and on MC version 1.11 for actionBar
  23. # These values are (in order) - fade in time, stay time, fade out time
  24. # Time should be given in seconds
  25. fadeProperties:
  26. - 1
  27. - 3
  28. - 1
  29.  
  30. ##################
  31. # TITLE MESSAGES #
  32. ##################
  33.  
  34. # All messages support '&' color codes (e.g. &4 for dark red)
  35. # Available message variables:
  36. #   {CAPTCHA} or {CODE}  ->  changed to a CAPTCHA code player has to write
  37.  
  38. # Title message shown when the player has to enter the CAPTCHA code
  39. titleMessageCompleteCaptcha: "&6&lType &7&l{CODE} &6&lon chat"
  40.  
  41. # Title message shown when the player has successfully entered the CAPTCHA code
  42. titleMessageCaptchaCompleted: "&6&lAccount validated!"
  43.  
  44. # Subtitle message shown when the player has to enter the CAPTCHA code
  45. subtitleMessageCompleteCaptcha: "&6&lto prove you are a human"
  46.  
  47. # Subtitle message shown when the player has successfully entered the CAPTCHA code
  48. subtitleMessageCaptchaCompleted: "&6&lYou can now use chat and commands"
  49.  
  50. # ActionBar message shown when the player has to enter the CAPTCHA code
  51. actionbarMessageCompleteCaptcha: "&cYou need to prove you are a human!"
  52.  
  53. # ActionBar message shown when the player has successfully entered the CAPTCHA code
  54. actionbarMessageCaptchaCompleted: "&cGreat! Welcome human!"
Add Comment
Please, Sign In to add comment