Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Apr 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # FeatherBoard 3
  4. # Runs like a feather on your server
  5. # (c) Maxim Van de Wynckel
  6. #
  7. # ------------------------------ #
  8.  
  9. # Permissions: To use the action groups give them the permission
  10. # featherboard.group.<group>
  11. # Make sure to remove them from the other groups
  12. # when giving a new permission.
  13.  
  14. # Variables: These variables can be used in the TEXT section
  15. # of both the header as the footer.
  16. #
  17. # {PLAYER} - Player name
  18. # {PLAYERNICK} - Player nickname
  19. # {SERVER} - Server name
  20. # {PLAYERCOUNT} - Server player count
  21. # {BUNGEECOUNT} - Bungee network player count
  22. # 5000+ more ... see spigot page
  23.  
  24. # Formatting: These are formatting tags allowing you to format the animations
  25. # or placeholders.
  26. #
  27. # Substring: This allows you to split a word (even a placeholder) in parts
  28. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  29. # usage: This can be used to split placeholders when creating a typewriter
  30. # or to split the colors in a placeholder.
  31. #
  32. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  33. # two arguments (the length and space between scrolls).
  34. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  35. #
  36. # PLENTY MORE! See spigot page
  37.  
  38. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  39. # GENERAL PLUGIN SETTINGS
  40. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  41.  
  42. ## Config version (DO NOT EDIT)
  43. config: 3
  44.  
  45. ## Language file
  46. lang: 'en'
  47.  
  48. ## Debug mode
  49. debug: false
  50.  
  51. ## Log to file
  52. log:
  53. enabled: true
  54. # Reset log on startup
  55. reset: false
  56.  
  57. ## Update checking
  58. update:
  59. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  60.  
  61. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  62. # PLUGIN SPECIFIC SETTINGS
  63. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  64.  
  65. # Placeholder settings
  66. placeholder:
  67. # logs the memory usage of placeholders on startup
  68. log-memory: false
  69. # Clear unused placeholders that are not enabled.
  70. clear-unused: true
  71. # Config cache only
  72. # This will only use placeholders in the config
  73. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  74. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  75. config-cache: false
  76. tweaks:
  77. keepScoreboardOnQuit: false
  78. detect-placeholderdelay: false
  79. verbose-placeholder-timings: false
  80. ignore-placeholder-problems: false
  81.  
  82. # Toggling allows you to disable the scoreboard
  83. database:
  84. persistent: false
  85. database: "featherboard"
  86. username: bukkit
  87. isolation: SERIALIZABLE
  88. driver: org.sqlite.JDBC
  89. password: walrus
  90. url: jdbc:sqlite:{DIR}{NAME}.db
  91. save-interval: 6000
  92.  
  93.  
  94. disabled-worlds:
  95. - 'example_world'
  96.  
  97.  
  98. show-delay: 0
  99. antiflicker: false
  100. scoreboard-assigning: "PERMISSION"
  101.  
  102. # GUI: This is a feature enabling a GUI to select a specific scoreboard
  103. # The GUI will show all scoreboards you have permission to. It is not very
  104. # configurable in the way you can't control the location or order of the scoreboards
  105. # For a more configurable GUI I recommend DeluxeMenus
  106. gui:
  107. # This is the title of the GUI
  108. title: "Scoreboards"
  109. size: -1
  110.  
  111. # A list of different scoreboards
  112. boards:
  113. default:
  114. title:
  115. text:
  116. - '&3&oSkyblock&5&lLunar'
  117. interval: 100
  118. random: false
  119. gap-80:
  120. text:
  121. - ' &8(&7{onlineplayers}&8)'
  122. interval: 100
  123. random: false
  124. gap-2:
  125. text:
  126. - '&5Island Level:'
  127. interval: 100
  128. random: false
  129. gap-3:
  130. text:
  131. - '&8» &7{askyblock_island_level}'
  132. interval: 40
  133. random: false
  134. spacer-2:
  135. text:
  136. - ''
  137. interval: 100
  138. random: false
  139. gap-4:
  140. text:
  141. - '&5Balance:'
  142. interval: 100
  143. random: false
  144. gap-5:
  145. text:
  146. - '&8» &7${money_formatted}'
  147. interval: 40
  148. random: false
  149. spacer-3:
  150. text:
  151. - ''
  152. interval: 100
  153. random: false
  154. gap-8:
  155. text:
  156. - '&5Kills/Deaths:'
  157. interval: 100
  158. random: false
  159. gap-9:
  160. text:
  161. - '&8» &7{killstats_kills}/{killstats_deaths}'
  162. interval: 100
  163. random: false
  164. spacer-4:
  165. text:
  166. - ''
  167. interval: 100
  168. random: false
  169. #gap-6:
  170. # text:
  171. # - '&5Vote Party:'
  172. # interval: 100
  173. # random: false
  174. #gap-10:
  175. # text:
  176. # - '&8» &7{provotes_votes_until_party} more votes'
  177. # interval: 40
  178. # random: false
  179. #spacer-30:
  180. # text:
  181. # - ''
  182. # interval: 100
  183. # random: false
  184. gap-31:
  185. text:
  186. - '&5Opening Sale: &b&n15% off'
  187. interval: 100
  188. random: false
  189. gap-32:
  190. text:
  191. - '&b&nLunar packages'
  192. interval: 100
  193. random: false
  194. #gap-7:
  195. # text:
  196. # - '&8» &7{votes_until_party}&8/&7100'
  197. # interval: 100
  198. # random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement