szumielxd

GreenLeaf

Aug 3rd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. # Default FeatherBoard comes with a board called "default". All players have the permission
  2. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  3. # the permission is negated.
  4.  
  5. # Example of the use of settings
  6. # This section is optional
  7. settings:
  8. # If you quickly want to change the
  9. # the label color change it here.
  10. # It replaces $setting_label-color$ throughout the entire config
  11. label-color: "&e"
  12. # Show or hide the health
  13. # This is an example of the script
  14. show-health: false
  15. # The priority of the scoreboard. The higher the number -> higher priority
  16. # Used when having more than one scoreboard assigned
  17. priority: 9
  18.  
  19. # Example of pre processing script
  20. # This section is optional
  21. # This section is required. Those are your scoreboard lines
  22. lines:
  23. # Every section here are different lines. The first section will be used as the title
  24. # the following sections will be used as the lines on the scoreboard (max 15)
  25. # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
  26. # things simple I will use logical names such as "title", "spacer", "header", ...
  27. title:
  28. # Every line has its own frames. The animation will loop through these frames on intervals
  29. # that you configure below.
  30. # Put all your frames under 'text:'. You can make as many lines as you want and use
  31. # placeholders and preset effects.
  32. # Keep in mind that there is a limit in line width!
  33. frames:
  34. # To create cool looking animations you create yourself
  35. # you can use the graphical tool AnimationCreator
  36. # https://www.spigotmc.org/resources/animationcreator.6001/
  37. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  38. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  39. - ' <delay times="120">&2&lMc&a&lSurvi&2&l.pl</delay>'
  40. #- '<glow glowsize="5">FeatherBoard</glow>' # This is the basic glow effect without custom colors
  41. - '<glow glowsize="2" startglowcolor="&a&l" glowcolor="&2&l" endglowcolor="&a&l" normalcolor="&f&l">McSurvi.pl</glow>'
  42. # Interval is the animation interval in TICKS (20 ticks is one second).
  43. # Every X ticks the animation goes to the next frame (see above)
  44. # Once all frames are finished it will start over from the first one
  45. interval: 2
  46. # If you don't want a static order of the frames and want to show each frame at random
  47. # you can enable this option.
  48. random: false
  49. # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
  50. # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
  51. # These lines (usually a header or footer) are also good for decoration.
  52. header:
  53. frames:
  54. - '&2&m+---------------------+'
  55. interval: 1000
  56. random: true
  57. player-label:
  58. frames:
  59. - ' &aNick: &e{player}'
  60. interval: 1000
  61. random: false
  62. player-line1:
  63. frames:
  64. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  65. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  66. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  67. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  68. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  69. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  70. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  71. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  72. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  73. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  74. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  75. - ' &aKonto: &e<numberformat type="CURRENCY">{money}</numberformat>'
  76. - ' <repeat times="12">&aGrasz: &e{placeholderapi_javascript_time_played}&e</repeat>'
  77. interval: 20
  78. random: false
  79. player-line2:
  80. frames:
  81. - '<repeat times="12"> &aPing: &e{ping} ms</repeat>'
  82. - '<repeat times="12"> &aOnline: &e{placeholderapi_javascript_can_see_count}</repeat>'
  83. interval: 20
  84. random: false
  85. # For empty lines just add another 'section' but just don't put any text
  86. # in it so it acts like an empty line.
  87. spacer1:
  88. frames: []
  89. interval: 1000
  90. random: false
  91. news-info:
  92. frames:
  93. - '&4&l> &2&lInfo:'
  94. interval: 1000
  95. random: false
  96. news:
  97. # Lets create some animated news
  98. # News is something you need to write quick
  99. # and usually you don't want to spend ages on creating
  100. # some cool effect. That is why FeatherBoard features
  101. # several presets you can use.
  102. frames:
  103. - ' &8-------------'
  104. interval: 2000 # When using preset effects. The interval will apply to that effect
  105. # Do you want to randomize the animation frames?
  106. random: false
  107. # For empty lines just add another 'section' but just don't put any text
  108. # in it so it acts like an empty line.
  109. spacer2:
  110. frames: []
  111. interval: 1000
  112. random: false
  113. timesplayed-label: #Switch between site, times played and health
  114. text:
  115. - '&4&l> &2&lTopka:'
  116. interval: 1000
  117. random: false
  118. top1: #Switch between site, times played and health
  119. frames:
  120. - ' <repeat times="40">1&7.</repeat>{placeholderapi_isworld_rank_owner_1} {placeholderapi_isworld_rank_points_1}'
  121. - ' <repeat times="40">6&7.</repeat>{placeholderapi_isworld_rank_owner_6} {placeholderapi_isworld_rank_points_6}'
  122. interval: 3
  123. random: false
  124. # For empty lines just add another 'section' but just don't put any text
  125. # in it so it acts like an empty line.
  126. top2:
  127. frames:
  128. - '<single> </single>'
  129. - ' <repeat times="40">2&7.</repeat>{placeholderapi_isworld_rank_owner_2} {placeholderapi_isworld_rank_points_2}'
  130. - ' <repeat times="40">7&7.</repeat>{placeholderapi_isworld_rank_owner_7} {placeholderapi_isworld_rank_points_7}'
  131. interval: 3
  132. random: false
  133. top3:
  134. frames:
  135. - '<single> </single>'
  136. - '<single> </single>'
  137. - ' <repeat times="40">3&7.</repeat>{placeholderapi_isworld_rank_owner_3} {placeholderapi_isworld_rank_points_3}'
  138. - ' <repeat times="40">8&7.</repeat>{placeholderapi_isworld_rank_owner_8} {placeholderapi_isworld_rank_points_8}'
  139. interval: 3
  140. random: false
  141. top4:
  142. frames:
  143. - '<single> </single>'
  144. - '<single> </single>'
  145. - '<single> </single>'
  146. - ' <repeat times="40">4&7.</repeat>{placeholderapi_isworld_rank_owner_4} {placeholderapi_isworld_rank_points_4}'
  147. - ' <repeat times="40">9&7.</repeat>{placeholderapi_isworld_rank_owner_9} {placeholderapi_isworld_rank_points_9}'
  148. interval: 3
  149. random: false
  150. top5:
  151. frames:
  152. - '<single> </single>'
  153. - '<single> </single>'
  154. - '<single> </single>'
  155. - '<single> </single>'
  156. - ' <repeat times="40">5&7.</repeat>{placeholderapi_isworld_rank_owner_5} {placeholderapi_isworld_rank_points_5}'
  157. - ' <repeat times="40">10&7.</repeat>{placeholderapi_isworld_rank_owner_10} {placeholderapi_isworld_rank_points_10}'
  158. interval: 3
  159. random: false
  160. # This is the same as the header. It is not needed since you already use the header as the longest line
  161. # but it looks cleaner having a footer.
  162. footer:
  163. frames:
  164. - '&2&m+---------------------+'
  165. interval: 1000
  166. random: true
Advertisement
Add Comment
Please, Sign In to add comment