Skip to content

Commit ea72824

Browse files
authored
feat(gommehd): Update Quickplay to new Lobby-system (#2342)
1 parent b8fb1e6 commit ea72824

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

minecraft_servers/gommehd/manifest.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"name": "Bingo",
4444
"url": "https://www.gommehd.net/game/Bingo",
4545
"command": "/gameteleport bingo",
46-
"versions": "1.21.4<*",
46+
"versions": "1.21.11<*",
4747
"color": "#FFFFFF"
4848
},
4949
"bedwars": {
5050
"name": "BedWars",
5151
"url": "https://www.gommehd.net/game/BedWars",
52-
"command": "/gameteleport bw",
52+
"command": "/gameteleport classicbw",
5353
"color": "#FFFFFF"
54-
},
54+
},
5555
"citybuild": {
5656
"name": "CityBuild",
5757
"url": "https://www.gommehd.net/game/CityBuild",
@@ -69,6 +69,7 @@
6969
"name": "GunGame",
7070
"url": "https://www.gommehd.net/game/GunGame",
7171
"command": "/gameteleport ffagungame",
72+
"versions": "1.8.9",
7273
"color": "#FFFFFF"
7374
},
7475
"duels": {
@@ -82,6 +83,7 @@
8283
"name": "Kit1vs1",
8384
"url": "https://www.gommehd.net/game/Kit%201vs1",
8485
"command": "/gameteleport 1vs1",
86+
"versions": "1.8.9",
8587
"color": "#FFFFFF"
8688
},
8789
"moneymaker": {
@@ -93,7 +95,7 @@
9395
"skywars": {
9496
"name": "SkyWars",
9597
"url": "https://www.gommehd.net/game/SkyWars",
96-
"command": "/gameteleport skywars",
98+
"command": "/gameteleport classicsw",
9799
"color": "#FFFFFF"
98100
},
99101
"jumpleague": {
@@ -107,12 +109,7 @@
107109
"name": "BuildFFA",
108110
"url": "https://www.gommehd.net/game/Build%20FFA",
109111
"command": "/gameteleport ffabuild",
110-
"color": "#FFFFFF"
111-
},
112-
"hardcore": {
113-
"name": "Hardcore",
114-
"url": "https://www.gommehd.net/game/Hardcore",
115-
"command": "/gameteleport hardcore",
112+
"versions": "1.8.9",
116113
"color": "#FFFFFF"
117114
},
118115
"hideandseek": {
@@ -140,14 +137,27 @@
140137
"name": "TTT",
141138
"url": "https://www.gommehd.net/game/TTT",
142139
"command": "/gameteleport ttt",
143-
"versions": "1.21.4<*",
140+
"versions": "1.21.11<*",
144141
"color": "#FFFFFF"
145142
},
146143
"itemchaos": {
147144
"name": "ItemChaos",
148145
"command": "/gameteleport ic",
149146
"versions": "1.21.4<*",
150147
"color": "#FFFFFF"
148+
},
149+
"lavaescape": {
150+
"name": "LavaEscape",
151+
"command": "/gameteleport le",
152+
"versions": "1.21.11<*",
153+
"color": "#FFFFFF"
154+
}
155+
,
156+
"training": {
157+
"name": "Skill Training",
158+
"command": "/gameteleport training",
159+
"versions": "1.8.9",
160+
"color": "#FFFFFF"
151161
}
152162
},
153163
"discord": {

0 commit comments

Comments
 (0)