Files
LVMinecraftServer/config/sodiumextrainformation/sodiumextrainformation.json
2026-08-19 08:38:25 +00:00

63 lines
1.2 KiB
JSON

{
"extra_information_settings": {
"local_time_config": {
"show_local_time": false,
"use12_hour_format": false,
"local_time_format": "HH:mm",
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"word_time_config": {
"show_word_time": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"session_time_config": {
"show_session_time": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"memory_usage_config": {
"show_memory_usage": false,
"show_memory_usage_extended": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"total_entity_count_config": {
"show_total_entity_count": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"rendered_entities_config": {
"shows_rendered_entities": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
},
"biome_config": {
"show_biome": false,
"color": {
"r": 255,
"g": 255,
"b": 255
}
}
}
}