ferdinland-server-config/coords-hud/config.json
2025-03-04 10:06:01 -06:00

32 lines
798 B
JSON

{
"isEnabledByDefault": true,
"defaultFormat": {
"text": "",
"extra": [
{
"text": "XYZ: ",
"color": "gold"
},
{
"text": "%player:pos_x 0% %player:pos_y 0% %player:pos_z 0% ",
"color": "white"
},
{
"text": "%coords-hud:compass_icon% ",
"color": "gold"
},
{
"text": "%coords-hud:compass_facing% ",
"color": "white"
},
{
"text": "%coords-hud:time_icon% ",
"color": "gold"
},
{
"text": "%world:time%",
"color": "white"
}
]
}
}