Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Mar 29th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 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. - '&6&lCREATIVO &7[&9{onlineplayers}&7]'
  40. interval: 100
  41. random: false
  42. header:
  43. text:
  44. - '&7&m------------------'
  45. interval: 100
  46. random: false
  47. player-label:
  48. text:
  49. - '&e{175} &fOwner: &a{plotsquared_currentplot_owner}'
  50. interval: 100
  51. random: false
  52. player-line1:
  53. text:
  54. - '&e{175} &fParcelas: &a{plotsquared_plot_count}'
  55. interval: 2
  56. random: false
  57. player-line2:
  58. text:
  59. - '&e{175} &fConstruir: &a{plotsquared_has_build_rights}'
  60. interval: 20
  61. random: false
  62. player-line29:
  63. text:
  64. - '&e{175} &fMundo: &a{mv_worldalias}'
  65. interval: 20
  66. random: false
  67. player-line24:
  68. text:
  69. - '&e{175} &fRango: &a{group}'
  70. interval: 20
  71. random: false
  72. player-line26:
  73. text:
  74. - '&e{175} &fOnline: &a{onlineplayers}'
  75. interval: 20
  76. random: false
  77. footer3:
  78. text:
  79. - '&7&m------------------'
  80. interval: 100
  81. random: false
  82. footer4:
  83. text:
  84. - '&b mc.minewood.es'
  85. interval: 100
  86. random: false
  87. # This is a combat scoreboard example showing
  88. # combat related information.
  89. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  90. # (Unless you want it to show all the time)
  91. # You still need to 'trigger' this scoreboard in the vanilla_combat
  92. koth:
  93. title2:
  94. text:
  95. - '&3&lC&b&lONQUISTA'
  96. interval: 100
  97. random: false
  98. linea-2-0:
  99. text:
  100. - '&9&m------------------'
  101. interval: 100
  102. random: false
  103. linea-2-10:
  104. text:
  105. - '&3Koth &7&l> &b{placeholderapi_koth_name}'
  106. interval: 100
  107. random: false
  108. linea-2-39:
  109. text:
  110. - '&9&m------------------'
  111. interval: 100
  112. random: false
  113. linea-2-15:
  114. text:
  115. - '&3Tiempo &3&l> &b{placeholderapi_koth_time_totalsecondsleft}'
  116. interval: 2
  117. random: false
  118. linea-2-38:
  119. text:
  120. - '&3Finaliza &7&l> &b{placeholderapi_koth_time_leftformatted}'
  121. interval: 100
  122. random: false
  123. linea-2-37:
  124. text:
  125. - '&9&m------------------'
  126. interval: 100
  127. random: false
  128. linea-2-25:
  129. text:
  130. - '&3Lugar &7&l> &e/warp MinaPvP'
  131. interval: 100
  132. random: false
  133. linea-2-29:
  134. text:
  135. - '&3Control &7&l> &b{placeholderapi_koth_currentcapper}'
  136. interval: 100
  137. random: false
  138. linea-2-30:
  139. text:
  140. - '&9&m------------------'
  141. interval: 100
  142. random: false
  143. linea-2-35:
  144. text:
  145. - '&f mc.minewood.es'
  146. interval: 100
  147. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement