FateHub
  • FateHub Overview
  • Commands & Permissions
  • Placeholders
  • Christmas Features
  • Supported Cores
  • Armor Colors
  • HEX Colors
  • Common Queue Questions
  • World Backup System
  • Menu & Item Actions
  • Skulls in Menus
  • Custom Menu Item Data
  • Default Config Files
    • settings.yml
    • data.yml
    • menus.yml
    • messages.yml
    • gadgets.yml
    • prefs.yml
    • scoreboard.yml
    • cores.yml
    • status.yml
  • Main Wiki
Powered by GitBook
On this page
  • Overview
  • Default Config File

Was this helpful?

  1. Default Config Files

scoreboard.yml

Overview

The scoreboard.yml file is the home of all scoreboard lines and settings within FateHub!

Last Updated: 1/7/2022

Default Config File

enabled: true
#Update refresh time in ticks.
updateTime: 20
title: "&b&lFateHub &7| &f2.0"
normal:
  - "&7&m------------------------------"
  - "&bGlobal&7:"
  - "&f<global_count> player(s)"
  - ""
  - "&bPlayer&7:"
  - "&f<player>"
  - ""
  - "&bRank&7:"
  - "&f<rank>"
  - ""
  - "&eserver-example.com"
  - "&7&m------------------------------"
queued:
  - "&7&m------------------------------"
  - "&bGlobal&7:"
  - "&f<global_count> player(s)"
  - ""
  - "&bPlayer&7:"
  - "&f<player>"
  - ""
  - "&bQueue: &f<queue_server>"
  - "&a#<pos> &fout of &a<in_queue>"
  - ""
  - "&bRank&7:"
  - "&f<rank>"
  - ""
  - "&eserver-example.com"
  - "&7&m------------------------------"
Previousprefs.ymlNextcores.yml

Last updated 3 years ago

Was this helpful?