Guest User

FeatherBoard_CONFIG

a guest
Feb 5th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. config: 3
  2.  
  3. lang: 'en'
  4.  
  5. debug: false
  6.  
  7. log:
  8. enabled: true
  9. reset: false
  10.  
  11. update:
  12. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  13.  
  14. placeholder:
  15. log-memory: false
  16. clear-unused: true
  17. config-cache: false
  18.  
  19. tweaks:
  20. keepScoreboardOnQuit: false
  21. detect-placeholderdelay: false
  22. verbose-placeholder-timings: false
  23. ignore-placeholder-problems: false
  24.  
  25. database:
  26. persistent: false
  27. database: "featherboard"
  28. username: bukkit
  29. isolation: SERIALIZABLE
  30. driver: org.sqlite.JDBC
  31. password: walrus
  32. url: jdbc:sqlite:{DIR}{NAME}.db
  33. save-interval: 6000
  34.  
  35. disabled-worlds:
  36. - 'example_world'
  37. show-delay: 0
  38.  
  39. antiflicker: true
  40.  
  41. scoreboard-assigning: "PERMISSION"
  42.  
  43. gui:
  44. title: "Scoreboards"
  45. size: -1
  46.  
  47. boards:
  48. default:
  49. title:
  50. text:
  51. - '&3&lHydra&f&lRaids &7(&b{onlineplayers}&7)'
  52. interval: 2
  53. random: false
  54. header:
  55. text:
  56. - ' '
  57. interval: 10
  58. random: true
  59. factioninfotitle:
  60. text:
  61. - '&3Factions Info'
  62. interval: 100
  63. random: false
  64. player-label3:
  65. text:
  66. - '&bName &f{factions_faction_name}'
  67. interval: 100
  68. random: false
  69. player-line2:
  70. text:
  71. - '&bPower &f{factions_faction_power_rounded}'
  72. interval: 150
  73. random: false
  74. faction-line2:
  75. text:
  76. - '&bLeader &f{factions_faction_leadername}'
  77. interval: 150
  78. random: false
  79. faction-line3:
  80. text:
  81. - '&bLand &f{factions_faction_landcount}'
  82. interval: 150
  83. random: false
  84. header252:
  85. text:
  86. - ' '
  87. interval: 10
  88. random: true
  89. player-label:
  90. text:
  91. - '&3Player Info'
  92. interval: 100
  93. random: false
  94. player-line1:
  95. text:
  96. - '&bMoney &f${money_formatted}'
  97. interval: 20
  98. random: false
  99. player-line111:
  100. text:
  101. - '&bVotes &f{galistener_votetotal}'
  102. interval: 20
  103. random: false
  104. player-line11324:
  105. text:
  106. - '&bK/D &f{stat_pkills}/{stat_deaths}'
  107. interval: 20
  108. random: false
  109. header2:
  110. text:
  111. - ' '
  112. interval: 10
  113. random: true
  114. player-line122222:
  115. text:
  116. - '&aFree Mythical Key'
  117. interval: 100
  118. random: false
  119. player-line1222:
  120. text:
  121. - '&ain &b&l{voteparty_currentvotes} &aVotes'
  122. interval: 20
  123. random: false
Add Comment
Please, Sign In to add comment