Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Mar 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 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. - '&9&lBlazed&6&lPvP'
  56. interval: 2
  57. random: false
  58. header:
  59. text:
  60. - '&8&m--*-------------------*--'
  61. interval: 10
  62. random: true
  63. line0:
  64. text:
  65. - ' &7Статистика'
  66. line1:
  67. text:
  68. - '&9Играч &8» &6{player}'
  69. interval: 2
  70. random: false
  71. line2:
  72. text:
  73. - '&9Пари &8» &6{money_formatted}'
  74. interval: 2
  75. random: false
  76. line3:
  77. text:
  78. - '&9Пинг &8» &6{ping}ms'
  79. interval: 1
  80. random: false
  81. line4:
  82. text:
  83. - '&9Онлайн &8» &6{onlineplayers}'
  84. interval: 1
  85. random: false
  86. line5:
  87. text:
  88. - '&9Ранг &8» &6{group}'
  89. interval: 1
  90. random: false
  91. line6:
  92. text:
  93. - '&8&m--*-------------------*--'
  94. interval: 1
  95. random: false
  96. line7:
  97. text:
  98. - ' &9PvP &6статистика'
  99. line8:
  100. text:
  101. - '&9Убийства &8» &6{stat_pkills}'
  102. interval: 1
  103. random: false
  104. line9:
  105. text:
  106. - '&9Умирания &8» &6{stat_deaths}'
  107. interval: 1
  108. random: false
  109. line10:
  110. text:
  111. - '&8&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. - ' &7Support'
  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. - '&9Skype &8» &6kilory.Official'
  130. interval: 80
  131. footer:
  132. text:
  133. - '&8&m--*-------------------*--'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement