Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 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:
  86. title: # The first element in the group will be title.
  87. # We will show the server name animated, with a glow effect every 20 sec
  88. text:
  89. - ' &f&lFactionKingdom'
  90. - ' &3&lF&f&lactionKingdom'
  91. - ' &b&lF&f&lactionKingdom'
  92. - ' &f&lF&b&la&f&lctionKingdom'
  93. - ' &f&lFa&b&lc&f&ltionKingdom'
  94. - ' &f&lFac&b&lt&f&lionKingdom'
  95. - ' &f&lFact&b&li&f&lonKingdom'
  96. - ' &f&lFacti&b&lo&f&lnKingdom'
  97. - ' &f&lFactio&b&ln&f&lKingdom'
  98. - ' &f&lFaction&b&lK&f&lingdom'
  99. - ' &f&lFactionK&b&li&f&lngdom'
  100. - ' &f&lFactionKi&b&ln&f&lgdom'
  101. - ' &f&lFactionKin&b&lg&f&ldom'
  102. - ' &f&lFactionKing&b&ld&f&lom'
  103. - ' &f&lFactionKingd&b&lo&f&lm'
  104. - ' &f&lFactionKingdo&b&lm'
  105. - ' &f&lFactionKingdom'
  106. # Interval the animation loops in ticks (20 ticks = 1 sec)
  107. # If you need waiting intervals look at the DELAY placeholder
  108. interval: 3
  109. # Do you want to randomize the animation frames?
  110. random: false
  111. header: # A header is recommended to make sure the scoreboard remains the same size
  112. text:
  113. - '&5~~~~~~~~~~~~~~~~~~~~~~'
  114. - '&d~&5~~~~~~~~~~~~~~~~~~~~~'
  115. - '&5~&d~&5~~~~~~~~~~~~~~~~~~~~'
  116. - '&5~~&d~&5~~~~~~~~~~~~~~~~~~~'
  117. - '&5~~~&d~&5~~~~~~~~~~~~~~~~~~'
  118. - '&5~~~~&d~&5~~~~~~~~~~~~~~~~~'
  119. - '&5~~~~~&d~&5~~~~~~~~~~~~~~~~'
  120. - '&5~~~~~~&d~&5~~~~~~~~~~~~~~~'
  121. - '&5~~~~~~~&d~&5~~~~~~~~~~~~~~'
  122. - '&5~~~~~~~~&d~&5~~~~~~~~~~~~~'
  123. - '&5~~~~~~~~~&d~&5~~~~~~~~~~~~'
  124. - '&5~~~~~~~~~~&d~&5~~~~~~~~~~~'
  125. - '&5~~~~~~~~~~~&d~&5~~~~~~~~~~'
  126. - '&5~~~~~~~~~~~~&d~&5~~~~~~~~~'
  127. - '&5~~~~~~~~~~~~~&d~&5~~~~~~~~'
  128. - '&5~~~~~~~~~~~~~~&d~&5~~~~~~~'
  129. - '&5~~~~~~~~~~~~~~~&d~&5~~~~~~'
  130. - '&5~~~~~~~~~~~~~~~~&d~&5~~~~~'
  131. - '&5~~~~~~~~~~~~~~~~~&d~&5~~~~'
  132. - '&5~~~~~~~~~~~~~~~~~~&d~&5~~~'
  133. - '&5~~~~~~~~~~~~~~~~~~~&d~&5~~'
  134. - '&5~~~~~~~~~~~~~~~~~~~~&d~&5~'
  135. - '&5~~~~~~~~~~~~~~~~~~~~~&d~&5'
  136. interval: 2
  137. random: false
  138. player-label: # You can add elements to the group and name them like you want
  139. # Lets make a static label
  140. text:
  141. - '&3&l> &b&lPlayer:'
  142. interval: 100 # The interval is not important since its just 1 static text.
  143. # Do you want to randomize the animation frames?
  144. random: false
  145. player: # Under the label we will show the actual player name
  146. text:
  147. - '<delay times=4>&f&o{PLAYER}</delay>'
  148. interval: 100
  149. # Do you want to randomize the animation frames?
  150. random: false
  151. spacer-player: # This is a spacer an empty line
  152. text:
  153. - ''
  154. interval: 100
  155. # Do you want to randomize the animation frames?
  156. random: false
  157. news-label:
  158. text:
  159. - '&3&l> &b&lLiens:'
  160. interval: 100
  161. # Do you want to randomize the animation frames?
  162. random: false
  163. news:
  164. # Lets create some animated news
  165. # News is something you need to write quick
  166. # and usually you don't want to spend ages on creating
  167. # some cool effect. That is why FeatherBoard features
  168. # several presets you can use.
  169. text:
  170. - '&f&ots.factionkingsom.fr'
  171. - '&f&ofactionkingdom.fr'
  172. interval: 80 # When using preset effects. The interval will apply to that effect
  173. # Do you want to randomize the animation frames?
  174. random: false
  175. spacer-news: # Another spacer (empty line)
  176. text:
  177. - ''
  178. interval: 100
  179. random: false
  180. moneytimesplayed-label: #Switch between site, times played and health
  181. text:
  182. - '&3&l> &b&lInfos:'
  183. interval: 100
  184. random: false
  185. moneytimesplayed: #Switch between site, times played and health
  186. text:
  187. - '&f&oJoueurs co: {onlineplayers}/9999'
  188. - '&f&oHeure : {time}'
  189. interval: 80
  190. random: false
  191. spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
  192. text:
  193. -
  194. interval: 100
  195. random: false
  196. footer: # A footer is recommended to make sure the scoreboard remains the same size
  197. text:
  198. - '&5~~~~~~~~~~~~~~~~~~~~~~'
  199. - '&d~&5~~~~~~~~~~~~~~~~~~~~~'
  200. - '&5~&d~&5~~~~~~~~~~~~~~~~~~~~'
  201. - '&5~~&d~&5~~~~~~~~~~~~~~~~~~~'
  202. - '&5~~~&d~&5~~~~~~~~~~~~~~~~~~'
  203. - '&5~~~~&d~&5~~~~~~~~~~~~~~~~~'
  204. - '&5~~~~~&d~&5~~~~~~~~~~~~~~~~'
  205. - '&5~~~~~~&d~&5~~~~~~~~~~~~~~~'
  206. - '&5~~~~~~~&d~&5~~~~~~~~~~~~~~'
  207. - '&5~~~~~~~~&d~&5~~~~~~~~~~~~~'
  208. - '&5~~~~~~~~~&d~&5~~~~~~~~~~~~'
  209. - '&5~~~~~~~~~~&d~&5~~~~~~~~~~~'
  210. - '&5~~~~~~~~~~~&d~&5~~~~~~~~~~'
  211. - '&5~~~~~~~~~~~~&d~&5~~~~~~~~~'
  212. - '&5~~~~~~~~~~~~~&d~&5~~~~~~~~'
  213. - '&5~~~~~~~~~~~~~~&d~&5~~~~~~~'
  214. - '&5~~~~~~~~~~~~~~~&d~&5~~~~~~'
  215. - '&5~~~~~~~~~~~~~~~~&d~&5~~~~~'
  216. - '&5~~~~~~~~~~~~~~~~~&d~&5~~~~'
  217. - '&5~~~~~~~~~~~~~~~~~~&d~&5~~~'
  218. - '&5~~~~~~~~~~~~~~~~~~~&d~&5~~'
  219. - '&5~~~~~~~~~~~~~~~~~~~~&d~&5~'
  220. - '&5~~~~~~~~~~~~~~~~~~~~~&d~&5'
  221. interval: 2
  222. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement