Advertisement
smessie

Default config.yml Advanced Multi Language

Apr 6th, 2016
2,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. ##########################################
  2. #####     Advaned Multi Language     #####
  3. #####        Author: smessie         #####
  4. ##########################################
  5.  
  6. # Wich language will be token as default.
  7. defaultLanguage: EN
  8.  
  9. #set to true for using MySQL insteed of a flatfile
  10. use-mysql: false
  11.  
  12. # Whether or not we want to use the Metrics plugin staticstics.
  13. # Information collected can be found here: http://mcstats.org/plugin/AdvancedMultiLanguage
  14. use-metrics: true
  15.  
  16. #login of mysql, only needed when use-mysql is set to true.
  17. mysql:
  18.   user: root
  19.   password: ''
  20.   host: localhost
  21.   database: AdvancedMultiLanguage
  22.   table: AML_Players
  23.  
  24. # All supported language are here
  25. # set to false to disable
  26. languages:
  27.   EN: true
  28.   NL: true
  29.   FR: true
  30.   DE: true
  31.   ES: true
  32.   RU: true
  33.   LV: true
  34.  
  35. # Warn the players when they select this language that they don't may talk it in the chat. (=true)
  36. warn-on-select:
  37.   EN: false
  38.   NL: false
  39.   FR: false
  40.   DE: false
  41.   ES: false
  42.   RU: false
  43.   LV: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement