Advertisement
Guest User

AML config.yml

a guest
Oct 15th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 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: true
  11.  
  12. #set to true if you want that their automatically will create a mysql table if no one exist and use-mysql is set to true
  13. create-mysqlTable-ifNotExist: true
  14.  
  15. # Whether or not we want to use the Metrics plugin staticstics.
  16. # Information collected can be found here: http://mcstats.org/plugin/AdvancedMultiLanguage
  17. use-metrics: true
  18.  
  19. #login of mysql, only needed when use-mysql is set to true.
  20. mysql:
  21. user: user11117
  22. password: 'a6b421e732'
  23. host: 5.135.145.49
  24. port: 3306
  25. database: user11117
  26. table: AML_Players
  27.  
  28. # All supported language are here
  29. # set to false to disable
  30. languages:
  31. EN: true
  32. NL: true
  33. FR: true
  34. DE: true
  35. ES: true
  36. RU: true
  37. LV: true
  38. DK: true
  39. BG: true
  40. IT: true
  41. HG: true
  42.  
  43. # Warn the players when they select this language that they don't may talk it in the chat. (=true)
  44. warn-on-select:
  45. EN: false
  46. NL: false
  47. FR: false
  48. DE: false
  49. ES: false
  50. RU: false
  51. LV: false
  52. DK: false
  53. BG: false
  54. IT: false
  55. HG: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement