Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Dec 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. #-------------------------------------------------------------------------#
  2. # #
  3. # FeatherBoard 3 #
  4. # PRISON2 Config #
  5. # v0.1 [HQ] #
  6. # #
  7. # Made by CreepasCraftYT #
  8. # #
  9. # Requirements: #
  10. # #
  11. # Featherboard: https://www.spigotmc.org/resources/featherboard.2691/ #
  12. # EzRanksPro: https://www.spigotmc.org/resources/ezrankspro.10731/ #
  13. # Vault: https://dev.bukkit.org/projects/vault/ #
  14. # EzBlocks: http://www.spigotmc.org/resources/ezblocks.1499/ #
  15. # #
  16. #-------------------------------------------------------------------------#
  17.  
  18. ## Config version (DO NOT EDIT)
  19. config: 3
  20.  
  21. # Language file
  22. lang: 'en'
  23.  
  24. debug: false
  25.  
  26. log:
  27. enabled: true
  28. reset: false
  29.  
  30. update:
  31. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  32.  
  33. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  34. # PLUGIN SETTINGS #
  35. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  36.  
  37. placeholder:
  38. log-memory: false
  39. clear-unused: true
  40. config-cache: false
  41.  
  42. tweaks:
  43. keepScoreboardOnQuit: false
  44. detect-placeholderdelay: false
  45. verbose-placeholder-timings: false
  46.  
  47. database:
  48. persistent: false
  49. database: "featherboard"
  50. username: bukkit
  51. isolation: SERIALIZABLE
  52. driver: org.sqlite.JDBC
  53. password: walrus
  54. url: jdbc:sqlite:{DIR}{NAME}.db
  55. save-interval: 6000
  56.  
  57. disabled-worlds:
  58. - 'example_world'
  59.  
  60. show-delay: 0
  61.  
  62. antiflicker: true
  63.  
  64. boards:
  65. # Default FeatherBoard comes with a board called "default". All players have the permission
  66. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  67. # the permission is negated.
  68. # The ? is a pickaxe! See it in Game or in the GIF
  69. default:
  70. title:
  71. text:
  72. - '&9&lMystic &5&LMines &7[&c1.0&7]'
  73. interval: 2
  74. random: false
  75. line:
  76. text:
  77. - '&e&m--------------------'
  78. interval: 2
  79. random: false
  80. Balance:
  81. text:
  82. - ' &b&lBalance'
  83. interval: 2
  84. random: false
  85. Bal:
  86. text:
  87. - ' &c» &a&l$&f&l{money_formatted} &c«'
  88. interval: 2
  89. random: false
  90. MineRank:
  91. text:
  92. - ' &b&lMine Rank'
  93. interval: 2
  94. random: false
  95. Rank:
  96. text:
  97. - ' &c» &f&l{ezrankspro_rank} &c«'
  98. interval: 2
  99. random: false
  100. progress:
  101. text:
  102. - ' &b&lRank Progress'
  103. interval: 2
  104. random: false
  105. progressinfo:
  106. text:
  107. - ' &c» &f&l{ezrankspro_progressexact}&a&l% &c«'
  108. interval: 2
  109. random: false
  110. VP:
  111. text:
  112. - ' &b&lVote Party'
  113. interval: 2
  114. random: false
  115. VoteParty:
  116. text:
  117. - ' &c» &f&l{voteparty_votes}/50 &c«'
  118. interval: 2
  119. random: false
  120. Website:
  121. text:
  122. - ' &b&lWebsite'
  123. interval: 2
  124. random: false
  125. WebURL:
  126. text:
  127. - ' &c» &fMysticMines.org&r &c«'
  128. interval: 2
  129. random: false
  130. admins:
  131. Atitle:
  132. text:
  133. - '&9&lMystic &5&LMines &7[&c1.0&7]'
  134. interval: 2
  135. random: false
  136. Aline:
  137. text:
  138. - '&e&m--------------------'
  139. interval: 2
  140. random: false
  141. ABalance:
  142. text:
  143. - ' &b&lBalance'
  144. interval: 2
  145. random: false
  146. ABal:
  147. text:
  148. - ' &c» &a&l$&f&l{money_formatted} &c«'
  149. interval: 2
  150. random: false
  151. AVP:
  152. text:
  153. - ' &b&lVote Party'
  154. interval: 2
  155. random: false
  156. AVoteParty:
  157. text:
  158. - ' &c» &f&l{voteparty_votes}/50 &c«'
  159. interval: 2
  160. random: false
  161. interval: 2
  162. random: false
  163. AStaff:
  164. text:
  165. - ' &c&lStaff Online'
  166. AStaffOnline:
  167. test:
  168. - '&f&l%StaffAmount% &c&l&a&lOnline'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement