Advertisement
Guest User

s/FeatherBoard/config.yml

a guest
Nov 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # FeatherBoard 1.9.0
  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. # 850+ 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: 1
  44.  
  45. ## Language file
  46. lang: 'en'
  47.  
  48. ## Debug mode
  49. debug: false
  50.  
  51. ## Log to file
  52. log: true
  53.  
  54. ## Update checking
  55. update:
  56. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  57.  
  58. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  59. # PLUGIN SPECIFIC SETTINGS
  60. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  61.  
  62. # Tweaks to increase performance (Use at own risk)
  63. tweaks:
  64. # This option does not send scoreboard remove packets
  65. # to the client on quit. This can increase performance on servers
  66. # where players quit a lot (hubs, ...)
  67. #
  68. # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  69. # /data folder
  70. #
  71. # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  72. keepScoreboardOnQuit: false
  73.  
  74.  
  75. # Anti Flicker will use a new engine that will allow you to use fast animations
  76. # without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
  77. # and problems that only occur with this option enabled in a Spigot private message.
  78. # Using this option shortens the maximum length for 1.8 servers to around 26~28 chars
  79. # but this is an increase for 1.7 clients (that default only have 16 characters)
  80. # IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
  81. antiflicker: true
  82.  
  83. # A list of different scoreboards
  84. boards:
  85. # Default FeatherBoard comes with a board called "default". All players have the permission
  86. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  87. # the permission is negated.
  88. #
  89. # You can create as many boards as you want as long as the name is unique. It is advised to give logical
  90. # names such as "vip-board", "mcmmo-levelup", ...
  91. default:
  92. # Every section here are different lines. The first section will be used as the title
  93. # the following sections will be used as the lines on the scoreboard (max 15)
  94. # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
  95. # things simple I will use logical names such as "title", "spacer", "header", ...
  96. title:
  97. text:
  98. - '&c&lDORITOS &7︳ SkyBlock '
  99. interval: 2
  100. random: false
  101. spacer-player1:
  102. text:
  103. - '&8&m⊢--------------------⊣'
  104. interval: 0
  105. random: false
  106. player-label1:
  107. text:
  108. - '&7(&f❁&7) &c&lUSER '
  109. interval: 0
  110. random: false
  111. spacer-player2:
  112. text:
  113. - ' &fName &7► &c{player}'
  114. interval: 0
  115. random: false
  116. player-line1:
  117. text:
  118. - ' &fRank &7► &c{group}'
  119. interval: 0
  120. random: false
  121. player-line2:
  122. text:
  123. - ' &fMoney &7► &c{money_formatted} &lƟ'
  124. interval: 0
  125. random: false
  126. player-line3:
  127. text:
  128. - ' &fPing &7► &c{ping} ms'
  129. interval: 0
  130. random: false
  131. spacer-player3:
  132. text:
  133. - ''
  134. interval: 0
  135. random: false
  136. player-label2:
  137. text:
  138. - '&7(&f♦&7) &c&lISLAND '
  139. interval: 0
  140. random: false
  141. player-line5:
  142. text:
  143. - ' &fIs lvl &7► &c{askyblock_island_level}'
  144. interval: 0
  145. random: false
  146. player-line6:
  147. text:
  148. - ' &fIs Team &7► &c{askyblock_team_members}'
  149. interval: 0
  150. random: false
  151. player-line7:
  152. text:
  153. - ''
  154. interval: 3
  155. random: false
  156. spacer-player5:
  157. text:
  158. - '&7(&F✔&7) &C&lNETWORK '
  159. interval: 0
  160. random: false
  161. player-line31:
  162. text:
  163. - ' &f{bungeecount}'
  164. interval: 1
  165. random: false
  166. spacer-player4:
  167. text:
  168. - '&8&m⊢--------------------⊣'
  169. interval: 0
  170. random: false
  171. footer:
  172. text:
  173. - ' &7► &cplay.doritosnetwork.gq'
  174. - ' &7► &cplay.doritosnetwork.gq'
  175. - ' &7► &fplay.doritosnetwork.gq'
  176. interval: 60
  177. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement