Advertisement
Guest User

config

a guest
Feb 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. # == LevelHearts Configuration ==
  2. # Please visit http://levelhearts.zettelnet.com/ for more information!
  3. #
  4. # Disclaimer: I cannot assume liability for the accuracy and completeness of the translations.
  5.  
  6. config:
  7. version: 1.4.6
  8. autoUpdate: false
  9.  
  10. metricsEnabled: false
  11.  
  12. storage:
  13. mode: sqlite
  14. database: 'localhost:3306/database'
  15. table: 'Health'
  16. username: 'root'
  17. password: ''
  18.  
  19. updateCheck:
  20. enabled: false
  21. informOperators: false
  22.  
  23. maxHealth:
  24. levelMode: exp
  25. default: 20
  26. limit: 80
  27. levelInterval: 10
  28. startLevel: 0
  29. reset:
  30. levelChange: true
  31. login: false
  32. death: false
  33. restoreHealth: true
  34. particleEffect:
  35. increase: true
  36. decrease: true
  37.  
  38. chat:
  39. language: enUS
  40. changeMessagesEnabled: true
  41. commandMessagesEnabled: true
  42.  
  43. commands:
  44. maxHealthEnabled: true
  45. healthEnabled: true
  46. infoEnabled: true
  47.  
  48. permissions:
  49. maxHealth:
  50. changeable: lvlhearts.maxhealth.changeable
  51. increaseOnLevelUp: lvlhearts.maxhealth.increaselevelup
  52. bypassLimit: lvlhearts.maxhealth.limit.bypass
  53. reset:
  54. bypassLogin: lvlhearts.maxhealth.reset.login.bypass
  55. bypassDeath: lvlhearts.maxhealth.reset.death.bypass
  56. health:
  57. changeable: lvlhearts.health.changeable
  58. restore: lvlhearts.health.restore
  59. commands:
  60. maxHealth:
  61. enabled: lvlhearts.maxhealth.command
  62. getOthers: lvlhearts.maxhealth.get.others
  63. setOwn: lvlhearts.maxhealth.set
  64. setOthers: lvlhearts.maxhealth.set.others
  65. health:
  66. enabled: lvlhearts.health.command
  67. getOthers: lvlhearts.health.get.others
  68. setOwn: lvlhearts.health.set
  69. setOthers: lvlhearts.health.set.others
  70. info:
  71. enabled: lvlhearts.info.command
  72. reload: lvlhearts.info.reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement