smp/config/builtinservers.json

16 lines
278 B
JSON
Raw Normal View History

2023-08-26 21:02:45 -03:00
{
"badgeVisible": true,
"builtinServers": [
{
2023-09-12 10:38:15 -03:00
"name": "Bingus SMP 2023 (Direct)",
2023-08-26 21:02:45 -03:00
"address": "smp.bingus.zone",
"forced": true
2023-09-12 10:38:15 -03:00
},
{
"name": "Bingus SMP 2023 (UK Proxy)",
"address": "uk.bingus.zone",
"forced": true
2023-08-26 21:02:45 -03:00
}
]
}