-
Notifications
You must be signed in to change notification settings - Fork 0
config.yml
Oreoezi edited this page Apr 3, 2022
·
3 revisions
The standard config file has plenty of important settings.
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.
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.
This setting enables event based scoreboards.
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"