Ir para conteúdo

Scoreboard do featherboard


iReaper

Posts Recomendados

Olá, boa tarde. 

Venho trazer pra vocês uma scoreboard que eu adaptei dentro do featherboard (blackspigot)

image.png.db0b5fa2ce743925b83eaa3487c106ef.png

Spoiler

# 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: true
  # 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/
    - '<single><delay times="10">&l><</delay></single>'
    - '<single>&f&ra</single>' # <single> will allow the frame to only run ONCE
    - '<single>&f&lrai</single>'
    - '<single>&f&lraia</single>'
    - '<single>&f&lcraia</single>'
    - '<single>&f&lacraia</single>'
    - ' <delay times="15">&f&lLacraiaPVP</delay>' # <delay> will repeat the line X times
    #- '<glow glowsize="5">FeatherBoard</glow>' # This is the basic glow effect without custom colors
    - '<glow glowsize="5" startglowcolor="&c&l" glowcolor="&4&l" endglowcolor="&c&l" normalcolor="&f&l">LacraiaPVP</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.
  spacer8:
    frames: []
    interval: 100
    random: false
  player-label:
    text:
    - '&aClan: <whenempty value="{simpleclans_clan_colortag}">&7Sem Clan</whenempty>'
    interval: 100
    random: false
  spacer1:
    frames: []
    interval: 100
    random: false
    random: false
  spacer5:
    frames: []
    interval: 100
    random: false
  player-line1:
    frames:
    - '&aMoney: &6{money_formatted}'
    interval: 2
    random: false
  player-line2:
    frames:
    - '&aCash: &6{playerpoints}'
    interval: 2
    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: 100
    random: false
  spacer2:
    frames: []
    interval: 100
    random: false
  timesplayed-label: #Switch between site, times played and health
    text:
    - '$setting_label-color$&aSite: &6embreve.com'
    interval: 100
    random: false
  timesplayed: #Switch between site, times played and health
    frames:
    interval: 100
    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.
  spacer3:
    frames: []
    interval: 100
    random: false
  server-label:
    frames:
    - '$setting_label-color$&aOnline: &c{onlineplayers} &6Player(s)'
    interval: 100
    random: false
  spacer7:
    frames: []
    interval: 100
    random: false

 

 

Tá bem fácil de entender, então caso queira usar outra placeholder, sinta-se livre. 

 

Resultado de imagem para assinatura para forum

Editado por WickedAws
Link para o comentário
Compartilhar em outros sites

ANÁLISE DE INATIVIDADE
 

Este tópico foi automaticamente arquivado devido à inatividade. Para manter a organização e fluidez das discussões na comunidade, tópicos que permanecem sem novas interações por um período prolongado são fechados automaticamente.
 

Se houver interesse em retomar o conteúdo, sinta-se à vontade para criar um novo tópico ou entre em contato com a equipe da comunidade para reabrir este tópico.


Equipe de Moderação
Gamer's Board
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...