ferdinland-server-config/coords-hud/config.json

32 lines
798 B
JSON
Executable File

{
"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"
}
]
}
}