Configurations
Open
config.js
:Locate
html/config.js
in thexr-scoreboard
resource folder.
Change Server Name:
Modify the RoleplayText value
const config = { roleplayText: "Craft Roleplay" // You can change this text to whatever you want };
Set Key Bindings:
Adjust the
keyBind
value to change the scoreboard toggle key:
config.openScoreboardKey = "F9"
Last updated