-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
metadata.example.json
47 lines (47 loc) · 1.08 KB
/
metadata.example.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"id": "lunarnetwork",
"name": "Lunar Network",
"description": "Home of Competitive Minecraft PvP",
"addresses": [
"lunar.gg",
"lunargg.dev",
"mcteams.com"
],
"primaryAddress": "lunar.gg",
"minecraftVersions": [
"1.7.*",
"1.8.*"
],
"primaryMinecraftVersion": "1.8.9",
"primaryColor": "#44a1e3",
"secondaryColor": "#a854de",
"primaryLanguage": "en",
"languages": [
"en"
],
"primaryRegion": "NA",
"regions": [
"NA",
"EU",
"OC",
"AS",
"SA"
],
"gameTypes": [
"PvP"
],
"website": "https://www.lunar.gg",
"store": "https://store.lunar.gg",
"compliance": {
"privacyPolicy": "https://www.lunar.gg/privacy",
"termsOfService": "https://www.lunar.gg/terms",
"rules": "https://www.lunar.gg/rules"
},
"presentationVideo": "7EV4cPuJvXE",
"socials": {
"twitter": "LunarNetwork",
"telegram": "lunarnetwork",
"discord": "https://www.lunar.gg/discord"
},
"crossplay": false
}