Skip to content

Commit 019c78e

Browse files
authored
Merge branch 'master' into add-cave
2 parents 953582b + 2b4e95f commit 019c78e

File tree

12 files changed

+77
-3
lines changed

12 files changed

+77
-3
lines changed

mappings/inactive.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[
2-
"cobra",
3-
"vanicnetwork"
2+
"cobra"
43
]

mappings/metadata.example.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"website": "https://goldenpvp.net",
2929
"socials": {
3030
"twitter": "GoldenPvPNet"
31-
}
31+
},
32+
"thirdPartyAPIs": [
33+
"Apollo"
34+
]
3235
}

mappings/metadata.schema.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@
118118
"type": "string"
119119
}
120120
}
121+
},
122+
"thirdPartyAPIs": {
123+
"type": "array",
124+
"uniqueItems": true,
125+
"items": {
126+
"$ref": "#/definitions/ThirdPartyAPI"
127+
}
121128
}
122129
},
123130
"definitions": {
@@ -202,6 +209,12 @@
202209
"Roleplay",
203210
"Adventure"
204211
]
212+
},
213+
"ThirdPartyAPI": {
214+
"type": "string",
215+
"enum": [
216+
"Apollo"
217+
]
205218
}
206219
}
207220
}
340 KB
Loading
141 KB
Loading
3.31 KB
Loading
18.2 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "elevatemc",
3+
"name": "ElevateMC Network",
4+
"website": "https://elevatemc.com/",
5+
"store": "https://store.elevatemc.com/",
6+
"addresses": [
7+
"elevatemc.com"
8+
],
9+
"primaryAddress": "elevatemc.com",
10+
"primaryColor": "#494949",
11+
"secondaryColor": "#1BDDCB",
12+
"minecraftVersions": [
13+
"1.7.*",
14+
"1.8.*"
15+
],
16+
"primaryMinecraftVersion": "1.8.9",
17+
"gameTypes": [
18+
"PvP"
19+
],
20+
"socials": {
21+
"twitter": "ElevateMCNet",
22+
"discord": "https://discord.com/invite/GkqtzCYCvF",
23+
"telegram": "ElevateMC"
24+
}
25+
}

mappings/servers/slyce/discord.png

46.3 KB
Loading

mappings/servers/slyce/icon.png

4.84 KB
Loading

0 commit comments

Comments
 (0)