Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Apr 10th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1.  
  2.  
  3. config: 2
  4.  
  5.  
  6.  
  7. lang: 'en'
  8.  
  9.  
  10.  
  11. debug: false
  12.  
  13.  
  14.  
  15. log:
  16.  
  17. enabled: true
  18.  
  19. reset: false
  20.  
  21.  
  22.  
  23. update:
  24.  
  25. check: false
  26.  
  27.  
  28.  
  29. placeholder:
  30.  
  31. log-memory: false
  32.  
  33. clear-unused: true
  34.  
  35. config-cache: false
  36.  
  37.  
  38.  
  39. tweaks:
  40.  
  41. keepScoreboardOnQuit: false
  42.  
  43. detect-placeholderdelay: false
  44.  
  45. verbose-placeholder-timings: false
  46.  
  47. ignore-placeholder-problems: false
  48.  
  49.  
  50.  
  51. database:
  52.  
  53. persistent: false
  54.  
  55. database: "featherboard"
  56.  
  57. username: bukkit
  58.  
  59. isolation: SERIALIZABLE
  60.  
  61. driver: org.sqlite.JDBC
  62.  
  63. password: walrus
  64.  
  65. url: jdbc:sqlite:{DIR}{NAME}.db
  66.  
  67. save-interval: 6000
  68.  
  69.  
  70.  
  71. disabled-worlds:
  72.  
  73. - 'example_world'
  74.  
  75.  
  76.  
  77. show-delay: 0
  78.  
  79.  
  80.  
  81. antiflicker: true
  82.  
  83.  
  84.  
  85. boards:
  86.  
  87. default:
  88.  
  89. title:
  90.  
  91. text:
  92.  
  93. - ' <delay times="1">&3&lUNIVERSE-&f&lSKYBLOCK</delay> '
  94.  
  95. - ' <delay times="1">&3&lUNIVERSE-&f&lSKYBLOCK</delay> '
  96.  
  97. interval: 10
  98.  
  99. random: false
  100.  
  101. header:
  102.  
  103. text:
  104.  
  105. - '&8&m--------------'
  106.  
  107. interval: 10
  108.  
  109. islandstats:
  110.  
  111. text:
  112.  
  113. - '&3&lIsland Stats'
  114.  
  115. level:
  116.  
  117. text:
  118.  
  119. - ' &f Is Level: &3{uskyblock_level}'
  120.  
  121. header2:
  122.  
  123. text:
  124.  
  125. - '&8&m--------------'
  126.  
  127. playerstats:
  128.  
  129. text:
  130.  
  131. - '&3&lPlayer Stats'
  132.  
  133. playername:
  134.  
  135. text:
  136.  
  137. - ' &fName: &3{player}'
  138.  
  139. balance:
  140.  
  141. text:
  142.  
  143. - ' &fBalance: &3${money_formatted}'
  144.  
  145. kills:
  146.  
  147. text:
  148.  
  149. - ' &fKills: &3{stat_pkills}'
  150.  
  151. deaths:
  152.  
  153. text:
  154.  
  155. - ' &fDeaths: &3{stat_deaths}'
  156.  
  157. header3:
  158.  
  159. text:
  160.  
  161. - '&8&m--------------'
  162.  
  163. serverstats:
  164.  
  165. text:
  166.  
  167. - '&3&lServer Stats'
  168.  
  169. voteparty:
  170.  
  171. text:
  172.  
  173. - ' &fVote party: &3{voteparty_votesremaining}&f/&350'
  174.  
  175. ip:
  176.  
  177. text:
  178.  
  179. - ' &fIP: &3Node56.Minecrafted.net:25704'
  180.  
  181. footer:
  182.  
  183. text:
  184.  
  185. - '&8&m--------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement