Ir para conteúdo

Featherboard config


IWhiteSNOW

Posts Recomendados

Vf1CRbA.png

 

 

Função: Percisava de 1 config de featherboard igual a essa http://prntscr.com/ee0281
 
Versão do servidor:
 
[  ] 1.5.2
[  ] 1.7.x

[ X ] 1.8.x

[  ] 1.9.x
[  ] Outro:
 
Uso de MySQL:
 
[  ] Sim
[  ] Não
 
Deverá gerar log:
 
[  ] Sim
[  ] Não
 
Comandos:
 
[  ] Nenhum
[  ] Outro:
 
Versão do Java:
 
[  ] Java 7
[  ] Java 8
[  ] Outro:
 
Dependencia/Compatibilidade:
 
[  ] WorldGuard
[  ] LegenChat
[  ] Vault
[  ] Nenhum
[  ] Outro:

Link para o comentário
Compartilhar em outros sites

# ------------------------------ #

#
#  FeatherBoard 1.9.0
#  Runs like a feather on your server
#  © Maxim Van de Wynckel
#
# ------------------------------ #
 
# Permissions: To use the action groups give them the permission
#              featherboard.group.<group>
#              Make sure to remove them from the other groups
#              when giving a new permission.
 
# Variables: These variables can be used in the TEXT section
#            of both the header as the footer.
#            
#            {PLAYER}       - Player name
#            {PLAYERNICK}   - Player nickname
#            {SERVER}       - Server name
#            {PLAYERCOUNT}  - Server player count
#            {BUNGEECOUNT}  - Bungee network player count
#            850+ more ... see spigot page
 
# Formatting: These are formatting tags allowing you to format the animations
#             or placeholders.
#
#             Substring: This allows you to split a word (even a placeholder) in parts
#               example: <substring begin=0 end=3>Hello World</substring> = Hel
#               usage: This can be used to split placeholders when creating a typewriter
#                      or to split the colors in a placeholder.
#
#             Scroll: This creates a scrolling animation of the text inside it. It accepts
#                     two arguments (the length and space between scrolls).
#               example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
#
#             PLENTY MORE! See spigot page
 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
 
## Config version (DO NOT EDIT)
config: 1
 
## Language file
lang: 'en'
 
## Debug mode
debug: false
 
## Log to file
log: true
 
## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE
 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
 
# Tweaks to increase performance (Use at own risk)
tweaks:
  # This option does not send scoreboard remove packets
  # to the client on quit. This can increase performance on servers
  # where players quit a lot (hubs, ...)
  #
  # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  # /data folder
  #
  # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  keepScoreboardOnQuit: false
  
 
# A list of different scoreboards
boards:
  # 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.
  #
  # You can create as many boards as you want as long as the name is unique. It is advised to give logical
  # names such as "vip-board", "mcmmo-levelup", ...
 default:
    title:
      text:
      - '&6&lFULL PVP'
      interval: 500
      random: false
    spacer1:
      text: []
      interval: 500
      random: false
    player-label1:
      text:
      - ' &7Clan: {simpleclans_clan_tag#*} '
      interval: 5
      random: false
    spacer2:
      text:
      - '&7Money:&a {money} '
      interval: 500
      random: false
    player-line1:
      text:
      - ' &7Rank: &e{group} '
      interval: 30
      random: true
    spacer4:
      text: []
      interval: 500
      random: false
    player-line2:
      text:
      - ' &7Jogadores: &a(online}/240 '
      interval: 500
      random: false
    player-line5:
      text:
      - ' &7Ping: {ping} '
      interval: 500
      random: false
    player-line34:
      text:
      - ' &7Horario: &6{time} '
      interval: 500
      random: false
    spacer5:
      text: []
      interval: 500
      random: false
    player-line347:
      text:
      - ' &egamersboard.com.br '
      interval: 500
      random: false
 
 
Resolvido? 
Deixa seu like !
Link para o comentário
Compartilhar em outros sites

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