Advertisement
Guest User

factionsuuid

a guest
Jul 15th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. #-------------------------------------------------------------------------#
  2. # #
  3. # FeatherBoard 3 #
  4. # FACTIONS1 Config #
  5. # v0.1 [HQ] #
  6. # #
  7. # Made by CreepasCraftYT #
  8. # #
  9. # Requirements: #
  10. # #
  11. # FactionsUUID: https://www.spigotmc.org/resources/factionsuuid.1035/ #
  12. # #
  13. #-------------------------------------------------------------------------#
  14.  
  15. ## Config version (DO NOT EDIT)
  16. config: 2
  17.  
  18. # Language file
  19. lang: 'en'
  20.  
  21. debug: false
  22.  
  23. log:
  24. enabled: true
  25. reset: false
  26.  
  27. update:
  28. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  29.  
  30. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  31. # PLUGIN SETTINGS #
  32. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  33.  
  34. placeholder:
  35. log-memory: false
  36. clear-unused: true
  37. config-cache: false
  38.  
  39. tweaks:
  40. keepScoreboardOnQuit: false
  41. detect-placeholderdelay: false
  42. verbose-placeholder-timings: false
  43.  
  44. database:
  45. persistent: false
  46. database: "featherboard"
  47. username: bukkit
  48. isolation: SERIALIZABLE
  49. driver: org.sqlite.JDBC
  50. password: walrus
  51. url: jdbc:sqlite:{DIR}{NAME}.db
  52. save-interval: 6000
  53.  
  54. disabled-worlds:
  55. - 'example_world'
  56.  
  57. show-delay: 0
  58.  
  59. antiflicker: true
  60.  
  61. boards:
  62. # Default FeatherBoard comes with a board called "default". All players have the permission
  63. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  64. # the permission is negated.
  65. default:
  66. title:
  67. text:
  68. - '&6� �'
  69. - '&6� &c&lF&6 �'
  70. - '&6� &c&lFa&6 �'
  71. - '&6� &c&lFac&6 �'
  72. - '&6� &c&lFact&6 �'
  73. - '&6� &c&lFacti&6 �'
  74. - '&6� &c&lFactio&6 �'
  75. - '&6� &c&lFaction&6 �'
  76. - '&6� &c&lFactions&6 �'
  77. - '&6� &c&lFactions&6 �'
  78. - '&6� &4&lFactions&6 �'
  79. - '&6� &4&lFactions&6 �'
  80. - '&6� &c&lFactions&6 �'
  81. - '&6� &c&lFactions&6 �'
  82. - '&6� &4&lFactions&6 �'
  83. - '&6� &4&lFactions&6 �'
  84. - '&6� &c&lFactions&6 �'
  85. - '&6� &c&lFactions&6 �'
  86. - '&6� &4&lFactions&6 �'
  87. - '&6� &4&lFactions&6 �'
  88. - '&6� &c&lFaction&6 �'
  89. - '&6� &c&lFactio&6 �'
  90. - '&6� &c&lFacti&6 �'
  91. - '&6� &c&lFact&6 �'
  92. - '&6� &c&lFac&6 �'
  93. - '&6� &c&lFa&6 �'
  94. - '&6� &c&lF&6 �'
  95. - '&6� �'
  96. interval: 2
  97. random: false
  98. header:
  99. text:
  100. - '&7&m+---------------------+'
  101. interval: 10
  102. random: true
  103. player-label:
  104. text:
  105. - '&7&l� &6&lFaction Name'
  106. interval: 100
  107. random: false
  108. player-line1:
  109. text:
  110. - '&c{factionsuuid_faction_name}'
  111. interval: 2
  112. random: false
  113. player-line2:
  114. text:
  115. - ' '
  116. interval: 2
  117. random: false
  118. player-line3:
  119. text:
  120. - '&7&l� &6&lFaction Power'
  121. interval: 2
  122. random: false
  123. player-line4:
  124. text:
  125. - '&c{factionsuuid_faction_power_rounded}&4/&c{factionsuuid_faction_maxpower_rounded} Power'
  126. interval: 2
  127. random: false
  128. player-line5:
  129. text:
  130. - ' '
  131. interval: 2
  132. random: false
  133. player-line6:
  134. text:
  135. - '&7&l� &6&lStore'
  136. interval: 2
  137. random: false
  138. player-line7:
  139. text:
  140. - '&cTest'
  141. interval: 2
  142. random: false
  143. player-line8:
  144. text:
  145. - ' '
  146. interval: 2
  147. random: false
  148. player-line9:
  149. text:
  150. - '&7&l� &6&lBalance'
  151. interval: 2
  152. random: false
  153. player-line10:
  154. text:
  155. - '&2$&c{money}'
  156. interval: 2
  157. random: false
  158. player-linee:
  159. text:
  160. - '&4{onlineplayers} &cOnline Players'
  161. interval: 2
  162. random: false
  163. footer:
  164. text:
  165. - '&7&m+---------------------+'
  166. interval: 2
  167. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement