Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Feb 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. config: 3
  2. lang: 'en'
  3. debug: false
  4. log:
  5. enabled: false
  6. reset: false
  7. update:
  8. check: false
  9. placeholder:
  10. log-memory: false
  11. clear-unused: true
  12. config-cache: false
  13. tweaks:
  14. keepScoreboardOnQuit: false
  15. detect-placeholderdelay: false
  16. verbose-placeholder-timings: false
  17. ignore-placeholder-problems: false
  18. database:
  19. persistent: false
  20. database: "featherboard"
  21. username: bukkit
  22. isolation: SERIALIZABLE
  23. driver: org.sqlite.JDBC
  24. password: walrus
  25. url: jdbc:sqlite:{DIR}{NAME}.db
  26. save-interval: 6000
  27. disabled-worlds:
  28. - 'example_world'
  29. show-delay: 0
  30. antiflicker: true
  31. scoreboard-assigning: "PERMISSION"
  32. gui:
  33. title: "Scoreboards"
  34. size: -1
  35. boards:
  36. default:
  37. title:
  38. text:
  39. - '&a&lSURVIVAL &7[&9{onlineplayers}&7]'
  40. interval: 100
  41. random: false
  42. header:
  43. text:
  44. - '&8&m------------------'
  45. interval: 100
  46. random: false
  47. player-label:
  48. text:
  49. - '&fNombre &7{175} &e{PLAYER}'
  50. interval: 100
  51. random: false
  52. player-line1:
  53. text:
  54. - '&fPing &7{175} &e{ping}ms'
  55. interval: 2
  56. random: false
  57. player-line2:
  58. text:
  59. - '&fDinero &7{175} &e<round>{money}</round>'
  60. interval: 20
  61. random: false
  62. news-info:
  63. text:
  64. - '&8&m------------------'
  65. interval: 100
  66. random: false
  67. spacer1:
  68. text:
  69. - '&fRango &7{175} &e{group}'
  70. interval: 100
  71. random: false
  72. news:
  73. text:
  74. - '&fKills &7{175} &e{stat_kills}'
  75. interval: 100
  76. random: false
  77. spacer2:
  78. text:
  79. - '&fMuertes &7{175} &e{stat_deaths}'
  80. interval: 100
  81. random: false
  82. spacer3:
  83. text:
  84. - '&8&m------------------'
  85. interval: 100
  86. random: false
  87. footer21:
  88. text:
  89. - '&fConectados &7{175} &e{playercount}'
  90. interval: 100
  91. random: false
  92. footer2:
  93. text:
  94. - '&fVoteParty &7{175} &e{voteparty_currentvotes} votos'
  95. interval: 100
  96. random: false
  97. footer3:
  98. text:
  99. - '&8&m------------------'
  100. interval: 100
  101. random: false
  102. footer4:
  103. text:
  104. - '&b mc.minewood.es'
  105. interval: 100
  106. random: false
  107. # This is a combat scoreboard example showing
  108. # combat related information.
  109. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  110. # (Unless you want it to show all the time)
  111. # You still need to 'trigger' this scoreboard in the vanilla_combat
  112. koth:
  113. title2:
  114. text:
  115. - '&3&lC&b&lONQUISTA'
  116. interval: 100
  117. random: false
  118. linea-2-0:
  119. text:
  120. - '&9&m------------------'
  121. interval: 100
  122. random: false
  123. linea-2-10:
  124. text:
  125. - '&3Koth &7&l> &b{placeholderapi_koth_name}'
  126. interval: 100
  127. random: false
  128. linea-2-39:
  129. text:
  130. - '&9&m------------------'
  131. interval: 100
  132. random: false
  133. linea-2-15:
  134. text:
  135. - '&3Tiempo &3&l> &b{placeholderapi_koth_time_totalsecondsleft}'
  136. interval: 2
  137. random: false
  138. linea-2-38:
  139. text:
  140. - '&3Finaliza &7&l> &b{placeholderapi_koth_time_leftformatted}'
  141. interval: 100
  142. random: false
  143. linea-2-37:
  144. text:
  145. - '&9&m------------------'
  146. interval: 100
  147. random: false
  148. linea-2-25:
  149. text:
  150. - '&3Lugar &7&l> &e/warp MinaPvP'
  151. interval: 100
  152. random: false
  153. linea-2-29:
  154. text:
  155. - '&3Control &7&l> &b{placeholderapi_koth_currentcapper}'
  156. interval: 100
  157. random: false
  158. linea-2-30:
  159. text:
  160. - '&9&m------------------'
  161. interval: 100
  162. random: false
  163. linea-2-35:
  164. text:
  165. - '&f mc.minewood.es'
  166. interval: 100
  167. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement