Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Default FeatherBoard comes with a board called "default". All players have the permission
- # featherboard.group.default (by default) meaning all players should see the scoreboard unless
- # the permission is negated.
- # Example of the use of settings
- # This section is optional
- settings:
- # If you quickly want to change the
- # the label color change it here.
- # It replaces $setting_label-color$ throughout the entire config
- label-color: "&e"
- # Show or hide the health
- # This is an example of the script
- show-health: false
- # The priority of the scoreboard. The higher the number -> higher priority
- # Used when having more than one scoreboard assigned
- priority: 10
- # Example of pre processing script
- # This section is optional
- script-pre: |
- if (settings['show-health'] == true){
- board.getMeta().setSetting("enable-health","");
- }else{
- board.getMeta().setSetting("enable-health","|disabled|");
- }
- # This section is required. Those are your scoreboard lines
- lines:
- # Every section here are different lines. The first section will be used as the title
- # the following sections will be used as the lines on the scoreboard (max 15)
- # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
- # things simple I will use logical names such as "title", "spacer", "header", ...
- title:
- # Every line has its own frames. The animation will loop through these frames on intervals
- # that you configure below.
- # Put all your frames under 'text:'. You can make as many lines as you want and use
- # placeholders and preset effects.
- # Keep in mind that there is a limit in line width!
- frames:
- # To create cool looking animations you create yourself
- # you can use the graphical tool AnimationCreator
- # https://www.spigotmc.org/resources/animationcreator.6001/
- # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
- # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
- - ' <delay times="120">&5&lM&d&lc&b&lSurvi&d&l.pl</delay>'
- #- '<glow glowsize="5">FeatherBoard</glow>' # This is the basic glow effect without custom colors
- - '<glow glowsize="2" startglowcolor="&d&l" glowcolor="&5&l" endglowcolor="&d&l" normalcolor="&b&l">McSurvi.pl</glow>'
- # Interval is the animation interval in TICKS (20 ticks is one second).
- # Every X ticks the animation goes to the next frame (see above)
- # Once all frames are finished it will start over from the first one
- interval: 2
- # If you don't want a static order of the frames and want to show each frame at random
- # you can enable this option.
- random: false
- # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
- # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
- # These lines (usually a header or footer) are also good for decoration.
- header:
- frames:
- - '<rainbow>&m+---------------------+</rainbow>'
- interval: 10
- random: true
- player-label:
- frames:
- - ' &7Nick: &e{player}'
- interval: 1000
- random: false
- player-line1:
- frames:
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' &7Konto: &e<numberformat type="CURRENCY">{money}</numberformat>'
- - ' <repeat times="12">&7Grasz: &e{placeholderapi_javascript_time_played}&e</repeat>'
- interval: 20
- random: false
- player-line2:
- frames:
- - '<repeat times="12"> &7Ping: &e{ping} ms</repeat>'
- - '<repeat times="12"> &7Online: &e{placeholderapi_javascript_can_see_count}</repeat>'
- interval: 20
- random: false
- # For empty lines just add another 'section' but just don't put any text
- # in it so it acts like an empty line.
- spacer1:
- frames: []
- interval: 1000
- random: false
- news-info:
- frames:
- - '&5&l> &b&lInfo:'
- interval: 1000
- random: false
- news:
- # Lets create some animated news
- # News is something you need to write quick
- # and usually you don't want to spend ages on creating
- # some cool effect. That is why FeatherBoard features
- # several presets you can use.
- frames:
- - ' &8-------------'
- interval: 2000 # When using preset effects. The interval will apply to that effect
- # Do you want to randomize the animation frames?
- random: false
- # For empty lines just add another 'section' but just don't put any text
- # in it so it acts like an empty line.
- spacer2:
- frames: []
- interval: 1000
- random: false
- timesplayed-label: #Switch between site, times played and health
- text:
- - '&5&l> &b&lTopka:'
- interval: 1000
- random: false
- top1: #Switch between site, times played and health
- frames:
- - ' <repeat times="40">1&7.</repeat>{placeholderapi_isworld_rank_owner_1} {placeholderapi_isworld_rank_points_1}'
- - ' <repeat times="40">6&7.</repeat>{placeholderapi_isworld_rank_owner_6} {placeholderapi_isworld_rank_points_6}'
- interval: 3
- random: false
- # For empty lines just add another 'section' but just don't put any text
- # in it so it acts like an empty line.
- top2:
- frames:
- - '<single> </single>'
- - ' <repeat times="40">2&7.</repeat>{placeholderapi_isworld_rank_owner_2} {placeholderapi_isworld_rank_points_2}'
- - ' <repeat times="40">7&7.</repeat>{placeholderapi_isworld_rank_owner_7} {placeholderapi_isworld_rank_points_7}'
- interval: 3
- random: false
- top3:
- frames:
- - '<single> </single>'
- - '<single> </single>'
- - ' <repeat times="40">3&7.</repeat>{placeholderapi_isworld_rank_owner_3} {placeholderapi_isworld_rank_points_3}'
- - ' <repeat times="40">8&7.</repeat>{placeholderapi_isworld_rank_owner_8} {placeholderapi_isworld_rank_points_8}'
- interval: 3
- random: false
- top4:
- frames:
- - '<single> </single>'
- - '<single> </single>'
- - '<single> </single>'
- - ' <repeat times="40">4&7.</repeat>{placeholderapi_isworld_rank_owner_4} {placeholderapi_isworld_rank_points_4}'
- - ' <repeat times="40">9&7.</repeat>{placeholderapi_isworld_rank_owner_9} {placeholderapi_isworld_rank_points_9}'
- interval: 3
- random: false
- top5:
- frames:
- - '<single> </single>'
- - '<single> </single>'
- - '<single> </single>'
- - '<single> </single>'
- - ' <repeat times="40">5&7.</repeat>{placeholderapi_isworld_rank_owner_5} {placeholderapi_isworld_rank_points_5}'
- - ' <repeat times="40">10&7.</repeat>{placeholderapi_isworld_rank_owner_10} {placeholderapi_isworld_rank_points_10}'
- interval: 3
- random: false
- # This is the same as the header. It is not needed since you already use the header as the longest line
- # but it looks cleaner having a footer.
- footer:
- frames:
- - '<rainbow>&m+---------------------+</rainbow>'
- interval: 10
- random: true
Advertisement
Add Comment
Please, Sign In to add comment