Update hosted.json
Browse files- hosted.json +20 -1
hosted.json
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
{
|
| 2 |
-
"query": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"query": [
|
| 3 |
+
{
|
| 4 |
+
"number": 1,
|
| 5 |
+
"name": "Orizon Roleplay",
|
| 6 |
+
"ip": "127.0.0.1",
|
| 7 |
+
"port": 7777,
|
| 8 |
+
"online": 25,
|
| 9 |
+
"maxplayers": 100,
|
| 10 |
+
"password": false
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"number": 2,
|
| 14 |
+
"name": "Servidor Teste",
|
| 15 |
+
"ip": "192.168.1.10",
|
| 16 |
+
"port": 7778,
|
| 17 |
+
"online": 10,
|
| 18 |
+
"maxplayers": 50,
|
| 19 |
+
"password": true
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
}
|