-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaps_default.json
More file actions
103 lines (103 loc) · 2.46 KB
/
maps_default.json
File metadata and controls
103 lines (103 loc) · 2.46 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
{
"title": "Puzzle Wars",
"alias": "pw",
"url": "https://azerusteam.com/download/puzzle-wars.zip",
"version": "1.18.2",
"emojiId": "529361621022277635",
"serverConfig": {
"server.properties": {
"max-players": 8,
"allow-nether": false
}
}
},
{
"title": "Maze Wars",
"alias": "mw",
"url": "https://azerusteam.com/download/maze-wars.zip",
"version": "1.18.2",
"emojiId": "595267046049185822",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
},
{
"title": "Math Fractals",
"alias": "mf",
"url": "https://azerusteam.com/download/math-fractals.zip",
"version": "latest",
"emojiId": "818159235245277194",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
},
{
"title": "Block Combat",
"alias": "bc",
"url": "https://azerusteam.com/download/block-combat.zip",
"version": "1.18.2",
"emojiId": "818159524468883466",
"serverConfig": {
"server.properties": {
"max-players": 11,
"allow-nether": false
}
}
},
{
"title": "Wings Wars",
"alias": "ww",
"url": "https://azerusteam.com/download/wings-wars.zip",
"version": "1.18.2",
"emojiId": "818159624267104266",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
},
{
"title": "Dodgearrow",
"alias": "da",
"emojiId": "841655094331703376",
"url": "https://azerusteam.com/download/dodgearrow.zip",
"version": "1.17.1",
"resourcePack": "https://azerusteam.com/resources/dodgearrow_resources.zip",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
},
{
"title": "Feed the Ravager",
"alias": "fr",
"emojiId": "905308184711929857",
"url": "https://azerusteam.com/download/feed-the-ravager.zip",
"version": "1.18.2",
"resourcePack": "https://azerusteam.com/resources/feed-the-ravager_resources.zip",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
},
{
"title": "Fresh Designs",
"alias": "fd",
"emojiId": "921377124403793940",
"url": "https://azerusteam.com/download/fresh-designs.zip",
"version": "latest",
"resourcePack": "https://azerusteam.com/resources/fresh-designs_resources.zip",
"serverConfig": {
"server.properties": {
"allow-nether": false
}
}
}
]