Need help with FeatherBoard config

Status
This thread has been locked.

tuilar25

Feedback score
0
Posts
17
Reactions
4
Resources
0
Hello everyone,

Basically, I got into a problem with featherboard because I have never used it before and I want it for my hub server so it can say how many players is online in other servers.

Example ;

ServerName [TotalPlayersInNetwork]
---------------------------------------
Factions [ TotalPlayersInFactionsServer ]

SkyPvP [ TotalPlayersInSkyPvPServer ]
---------------------------------------

If anyone could help me with the config please pm me or send me ur skype so I can contact you, thank you.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

JugadorNinja

Feedback score
2
Posts
151
Reactions
147
Resources
0
http://hastebin.com/uwubonejuh.sm
Code:
config: 2
lang: 'en'
debug: false
log:
  enabled: true
  reset: false
update:
  check: true
placeholder:
  log-memory: false.
  clear-unused: true
tweaks:
  keepScoreboardOnQuit: false
disabled-worlds:
- 'example_world'
show-delay: 0
antiflicker: true
boards:
  default:
    title:
      text:
      - 'ServerName ({bungeecount})'
      interval: 3
      random: false
    spacer-player:
      text:
      - '---------------------'
      interval: 100
      random: false
    news-label:
      text:
      - 'Factions: {bungeecount@factions}'
      interval: 100
      random: false
    news-label6:
      text:
      - 'SkyPvP: {bungeecount@skypvp}'
      interval: 100
      random: false
    linea1:
      text:
      - '---------------------'
      interval: 100
      random: false
 

tuilar25

Feedback score
0
Posts
17
Reactions
4
Resources
0
Thank you everyone who tried to help, fixed it with JugadorNinja help. Thank you to him.
BTW, anyone work with script ?
 
Status
This thread has been locked.
Top