Skip to content

config.yml

Oreoezi edited this page Apr 3, 2022 · 3 revisions

The standard config file has plenty of important settings.

allow_placeholders_in_title

This setting allows for placeholders and animations to update in scoreboard titles. This is disabled by default although has no actual effect on performance or flicker.

scoreboard_update_rate

The update rate in ticks (defualt 1). Animations will not update properly if the update rate is bigger than the delay between their frames or a divisor of them.

event_based_scoreboards

This setting enables event based scoreboards.

save_scoreboard_preferences

Once enabled, it creates an sqlite file saving which players have their scoreboard toggled off.

You can change it to mysql by enabling mysql databases.

mysql:
  enable: true
  host: "127.0.0.1"
  port: 3306
  username: "root"
  password: "password"
  database: "harmonyboard"