Create hosted.json
Browse files- hosted.json +13 -0
hosted.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"query": [
|
| 3 |
+
{
|
| 4 |
+
"number": 0,
|
| 5 |
+
"name": "Orizon",
|
| 6 |
+
"ip": "135.148.70.133",
|
| 7 |
+
"port": 7777,
|
| 8 |
+
"online": 0,
|
| 9 |
+
"maxplayers": 500,
|
| 10 |
+
"password": true
|
| 11 |
+
}
|
| 12 |
+
]
|
| 13 |
+
}
|