-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-metadata.json
33 lines (33 loc) · 1.09 KB
/
example-metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"id": "ExampleServer",
"name": "Example Server",
"addresses": ["mc.example.com"],
"primaryAddress": "mc.example.com",
"port": 25565,
"versions": ["1.8", "1.16.5", "1.17"],
"primaryVersion": "1.16.5",
"tags": ["minigames", "pvp", "survival"],
"primaryRegion": "NA",
"regions": ["NA", "EU", "AS"],
"crossplay": true,
"primaryColor": "#00FFFF",
"secondaryColor": "#FF0000",
"website": "https://www.example.com",
"wiki": "https://wiki.example.com",
"store": "https://store.example.com",
"socials": {
"twitter": "MyServer",
"discord": "https://discord.gg/example",
"youtube": "MyServerChannel",
"instagram": "MyServerOfficial",
"twitch": "MyServerStreams",
"telegram": "MyServerGroup",
"reddit": "r/MyServerSubreddit",
"tiktok": "MyServerTikTok",
"facebook": "MyServerPage"
},
"privacyPolicy": "https://www.example.com/privacy",
"tos": "https://www.example.com/tos",
"rules": "https://www.example.com/rules",
"support": "https://www.example.com/support"
}