Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Feb 23rd, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1.  
  2.  
  3. config: 3
  4.  
  5. lang: 'en'
  6.  
  7. debug: false
  8.  
  9. log:
  10. enabled: false
  11. reset: false
  12.  
  13. update:
  14. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  15.  
  16.  
  17. placeholder:
  18. log-memory: false
  19. clear-unused: true
  20. config-cache: false
  21.  
  22. tweaks:
  23. keepScoreboardOnQuit: false
  24. detect-placeholderdelay: false
  25. verbose-placeholder-timings: false
  26. ignore-placeholder-problems: false
  27.  
  28. database:
  29. persistent: false
  30. database: "featherboard"
  31. username: bukkit
  32. isolation: SERIALIZABLE
  33. driver: org.sqlite.JDBC
  34. password: walrus
  35. url: jdbc:sqlite:{DIR}{NAME}.db
  36. save-interval: 6000
  37.  
  38. disabled-worlds:
  39. - 'example_world'
  40.  
  41. show-delay: 0
  42.  
  43. antiflicker: true
  44.  
  45. scoreboard-assigning: "PERMISSION"
  46.  
  47. gui:
  48. title: "Scoreboards"
  49. size: -1
  50.  
  51. boards:
  52. default:
  53. title:
  54. text:
  55. - '&6&lWarzone&e&lPvP'
  56. interval: 2
  57. random: false
  58. header:
  59. text:
  60. - '&f&m--*-------------------*--'
  61. interval: 10
  62. random: true
  63. line0:
  64. text:
  65. - ' &eИнформация за играча'
  66. line1:
  67. text:
  68. - '&7»&eИграч&7: &c{player}'
  69. interval: 2
  70. random: false
  71. line2:
  72. text:
  73. - '&7»&eПари&7: &c{money}'
  74. interval: 2
  75. random: false
  76. line3:
  77. text:
  78. - '&7»&eПинг&7: &c{ping}'
  79. interval: 1
  80. random: false
  81. line4:
  82. text:
  83. - '&7»&eОнлайн&7: &c{onlineplayers}'
  84. interval: 1
  85. random: false
  86. line5:
  87. text:
  88. - '&7»&eРанг&7: &c{group}'
  89. interval: 1
  90. random: false
  91. line6:
  92. text:
  93. - '&f&m--*-------------------*--'
  94. interval: 1
  95. random: false
  96. line7:
  97. text:
  98. - ' &e&lPvP &eстатистика'
  99. line8:
  100. text:
  101. - '&7»&eУмирания&7: &c{stat_deaths}'
  102. interval: 1
  103. random: false
  104. line9:
  105. text:
  106. - '&7»&eУбийства&7: &c{stat_pkills}'
  107. interval: 1
  108. random: false
  109. line10:
  110. text:
  111. - '&f&m--*-------------------*--'
  112. interval: 2
  113. random: false
  114. vote:
  115. # Lets create some animated news
  116. # News is something you need to write quick
  117. # and usually you don't want to spend ages on creating
  118. # some cool effect. That is why FeatherBoard features
  119. # several presets you can use.
  120. text:
  121. - ' &eПодкрепа/Екип'
  122. interval: 2 # When using preset effects. The interval will apply to that effect
  123. # Do you want to randomize the animation frames?
  124. random: false
  125. # For empty lines just add another 'section' but just don't put any text
  126. # in it so it acts like an empty line.
  127. line11:
  128. text:
  129. - '&7»&ckilory.Official'
  130. - '&7»&civailo.mihaylov3'
  131. interval: 80
  132. footer:
  133. text:
  134. - '&f&m--*-------------------*--'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement