Skip to content

Commit d2c1b5a

Browse files
authored
Merge branch 'master' into master
2 parents 209a4f5 + 1371523 commit d2c1b5a

File tree

7 files changed

+90
-1
lines changed

7 files changed

+90
-1
lines changed

.github/workflows/validate-and-build-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
python scripts/create_index.py --servers_dir servers --inactive_file inactive.json --index_output index.json
5050
5151
- name: Commit index
52-
uses: stefanzweifel/git-auto-commit-action@v6
52+
uses: stefanzweifel/git-auto-commit-action@v7
5353
with:
5454
commit_message: Updated the servers index

mappings/index.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,52 @@
958958
},
959959
"inactive": false
960960
},
961+
{
962+
"id": "octc",
963+
"name": "Overcast Community",
964+
"description": "Competitive PvP since 2012",
965+
"addresses": [
966+
"oc.tc"
967+
],
968+
"primaryAddress": "play.oc.tc",
969+
"minecraftVersions": [
970+
"1.7.10",
971+
"1.7",
972+
"1.8.9",
973+
"1.8",
974+
"1.12.*",
975+
"1.16.*",
976+
"1.17.*",
977+
"1.18.*",
978+
"1.19.*",
979+
"1.20.*",
980+
"1.21.*"
981+
],
982+
"primaryMinecraftVersion": "1.8.9",
983+
"primaryColor": "#d7d2bf",
984+
"secondaryColor": "#4c0704",
985+
"primaryLanguage": "en",
986+
"languages": [
987+
"en"
988+
],
989+
"primaryRegion": "NA",
990+
"regions": [
991+
"NA"
992+
],
993+
"gameTypes": [
994+
"PvP",
995+
"Minigames"
996+
],
997+
"website": "https://oc.tc",
998+
"store": "https://oc.tc/store/",
999+
"socials": {
1000+
"twitter": "OvercastPGM",
1001+
"discord": "https://discord.com/invite/OCTC",
1002+
"youtube": "OvercastNetwork",
1003+
"twitch": "OCNLive"
1004+
},
1005+
"inactive": false
1006+
},
9611007
{
9621008
"id": "pikanetwork",
9631009
"name": "PikaNetwork",

mappings/servers/octc/discord.png

80.9 KB
Loading

mappings/servers/octc/icon.png

5.47 KB
Loading

mappings/servers/octc/logo.png

15.2 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"id": "octc",
3+
"name": "Overcast Community",
4+
"description": "Competitive PvP since 2012",
5+
"addresses": [
6+
"oc.tc"
7+
],
8+
"primaryAddress": "play.oc.tc",
9+
"minecraftVersions": [
10+
"1.7.*",
11+
"1.8.*",
12+
"1.12.*",
13+
"1.16.*",
14+
"1.17.*",
15+
"1.18.*",
16+
"1.19.*",
17+
"1.20.*",
18+
"1.21.*"
19+
],
20+
"primaryMinecraftVersion": "1.8.9",
21+
"primaryColor": "#d7d2bf",
22+
"secondaryColor": "#4c0704",
23+
"primaryLanguage": "en",
24+
"languages": [
25+
"en"
26+
],
27+
"primaryRegion": "NA",
28+
"regions": [
29+
"NA"
30+
],
31+
"gameTypes": [
32+
"PvP",
33+
"Minigames"
34+
],
35+
"website": "https://oc.tc",
36+
"store": "https://oc.tc/store/",
37+
"socials": {
38+
"twitter": "OvercastPGM",
39+
"discord": "https://discord.com/invite/OCTC",
40+
"youtube": "OvercastNetwork",
41+
"twitch": "OCNLive"
42+
}
43+
}
695 KB
Loading

0 commit comments

Comments
 (0)