Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Save New Duplicate & Edit Just Text Twitter
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. 14
  16. 15
  17. 16
  18. 17
  19. 18
  20. 19
  21. 20
  22. 21
  23. 22
  24. 23
  25. 24
  26. 25
  27. 26
  28. 27
  29. 28
  30. 29
  31. 30
  32. 31
  33. 32
  34. 33
  35. 34
  36. 35
  37. 36
  38. 37
  39. 38
  40. 39
  41. 40
  42. 41
  43. 42
  44. 43
  45. 44
  46. 45
  47. 46
  48. 47
  49. 48
  50. 49
  51. 50
  52. 51
  53. 52
  54. 53
  55. 54
  56. 55
  57. 56
  58. 57
  59. 58
  60. 59
  61. 60
  62. 61
  63. 62
  64. 63
  65. 64
  66. 65
  67. 66
  68. 67
  69. 68
  70. 69
  71. 70
  72. 71
  73. 72
  74. 73
  75. 74
  76. 75
  77. 76
  78. 77
  79. 78
  80. 79
  81. 80
  82. 81
  83. 82
  84. 83
  85. 84
  86. 85
  87. 86
  88. 87
  89. 88
  90. 89
  91. 90
  92. 91
  93. 92
  94. 93
  95. 94
  96. 95
  97. 96
  98. 97
  99. 98
  100. 99
  101. 100
  102. 101
  103. 102
  104. config: 3
  105. lang: 'en'
  106. debug: false
  107.  
  108. log:
  109. enabled: true
  110. reset: false
  111. update:
  112. check: true
  113.  
  114. placeholder:
  115. log-memory: false
  116. clear-unused: true
  117. config-cache: false
  118.  
  119. tweaks:
  120. keepScoreboardOnQuit: false
  121. detect-placeholderdelay: false
  122. verbose-placeholder-timings: false
  123. ignore-placeholder-problems: false
  124.  
  125. database:
  126. persistent: false
  127. database: "featherboard"
  128. username: bukkit
  129. isolation: SERIALIZABLE
  130. driver: org.sqlite.JDBC
  131. password: walrus
  132. url: jdbc:sqlite:{DIR}{NAME}.db
  133. save-interval: 6000
  134.  
  135. disabled-worlds:
  136. - 'example_world'
  137. show-delay: 0
  138. antiflicker: true
  139. scoreboard-assigning: "PERMISSION"
  140. gui:
  141. title: "Scoreboards"
  142. size: -1
  143.  
  144. # A list of different scoreboards
  145. boards:
  146. default:
  147. title:
  148. text:
  149. - '&6&lTrophyPVP'
  150. interval: 2
  151. random: false
  152. header:
  153. text:
  154. - '&8&m----------------------'
  155. interval: 10
  156. random: true
  157. stats:
  158. text:
  159. - '&6&lStats'
  160. interval: 100
  161. random: false
  162. kills:
  163. text:
  164. - ' &7Kills&7: &6{stat_kills}'
  165. interval: 2
  166. random: false
  167. deaths:
  168. text:
  169. - ' &7Deaths&7: &6{stat_deaths}'
  170. interval: 2
  171. random: false
  172. money:
  173. text:
  174. - ' &7Money&7: &6${money_formatted}'
  175. interval: 2
  176. random: false
  177. spacer:
  178. text: []
  179. interval: 100
  180. random: false
  181. info:
  182. text:
  183. - '&6&lInfo'
  184. interval: 100
  185. random: false
  186. website:
  187. text:
  188. - ' &7Web&r&7: &6trophypvp.fun '
  189. interval: 100
  190. random: false
  191. ip:
  192. text:
  193. - ' &r&r&r&r&r&r&r &7IP&r&7: &6play.trophypvp.fun'
  194. interval: 100
  195. random: false
  196. online:
  197. text:
  198. - ' &7Online&7: &6{onlineplayers}/200'
  199. interval: 10
  200. random: false
  201. footer:
  202. text:
  203. - '&8&m----------------------'
  204. interval: 10
  205. random: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement