Skip to content

Commit 14fdf7f

Browse files
authored
Added Tavaria (#2355)
* feat(servers/tavaria): added tavaria * fix: fixed typo * fix: fixed typo (yt channel url)
1 parent 43d7ff2 commit 14fdf7f

7 files changed

Lines changed: 65 additions & 0 deletions

File tree

370 KB
Loading
708 KB
Loading

minecraft_servers/tavaria/icon.png

22.9 KB
Loading
71 KB
Loading

minecraft_servers/tavaria/logo.png

22.9 KB
Loading
71 KB
Loading
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"server_name": "tavaria",
3+
"nice_name": "Tavaria",
4+
"direct_ip": "tavaria.de",
5+
"server_wildcards": [
6+
"%.tavaria.de",
7+
"%.rpxls.de"
8+
],
9+
"supported_languages": [
10+
"de",
11+
"en"
12+
],
13+
"social": {
14+
"web": "https://tavaria.de",
15+
"web_shop": "https://tavaria.de/shop",
16+
"web_support": "https://tavaria.de/support",
17+
"twitter": "TavariaDE",
18+
"instagram": "tavaria.de",
19+
"tiktok": "tavaria.de",
20+
"youtube": "https://www.youtube.com/@tavariade",
21+
"discord": "https://discord.gg/55n8Z2uf2a"
22+
},
23+
"gamemodes": {
24+
"school": {
25+
"name": "School",
26+
"command": "/game-teleport school",
27+
"versions": "1.21<*",
28+
"color": "#00AAAA"
29+
},
30+
"jumpleague": {
31+
"name": "JumpLeague",
32+
"command": "/game-teleport jumpleague",
33+
"versions": "1.21<*",
34+
"color": "#03fcc6"
35+
},
36+
"getdown": {
37+
"name": "GetDown",
38+
"command": "/game-teleport getdown",
39+
"versions": "1.21<*",
40+
"color": "#00AAAA"
41+
},
42+
"sg": {
43+
"name": "SurvivalGames",
44+
"command": "/game-teleport sg",
45+
"versions": "1.21<*",
46+
"color": "#55FF55"
47+
},
48+
"qsg": {
49+
"name": "QSG",
50+
"command": "/game-teleport qsg",
51+
"versions": "1.21<*",
52+
"color": "#55FFFF"
53+
}
54+
},
55+
"discord": {
56+
"server_id": 1463011269669031991,
57+
"rename_to_minecraft_name": false
58+
},
59+
"location": {
60+
"city": "Berlin",
61+
"country": "Germany",
62+
"country_code": "DE"
63+
},
64+
"yt_trailer": "Yj5H4803m5Y"
65+
}

0 commit comments

Comments
 (0)