Skip to content

Commit d616730

Browse files
authored
Added Pascalpex server (#2095)
1 parent 6f039c0 commit d616730

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed
307 KB
Loading
631 KB
Loading
17.3 KB
Loading
98.8 KB
Loading
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"server_name": "pascalpex",
3+
"nice_name": "Pascalpex",
4+
"direct_ip": "pascalpex.de",
5+
"supported_languages": [
6+
"de"
7+
],
8+
"social": {
9+
"web": "https://pascalpex.de",
10+
"discord": "https://discord.gg/NfmMy3Y"
11+
},
12+
"gamemodes": {
13+
"paintball": {
14+
"name": "Paintball",
15+
"color": "#16A600",
16+
"command": "/pb join"
17+
},
18+
"knockffa": {
19+
"name": "KnockFFA",
20+
"color": "#00F0F0",
21+
"command": "/kf join"
22+
},
23+
"freebuild": {
24+
"name": "Freebuild",
25+
"color": "#0020D4",
26+
"command": "/warp Freebuild"
27+
},
28+
"tntrun": {
29+
"name": "TNTRun",
30+
"color": "#960000",
31+
"command": "/tntrun join"
32+
},
33+
"colormatch": {
34+
"name": "ColorMatch",
35+
"color": "#660057",
36+
"command": "/cm join"
37+
}
38+
},
39+
"chat": {
40+
"message_formats": [
41+
"^§[a-f0-9](?<rank>\\w+) \\| (?<sender>\\w+) §8: (?<message>.*)$"
42+
]
43+
},
44+
"discord": {
45+
"server_id": 676506634213916674,
46+
"rename_to_minecraft_name": false
47+
},
48+
"brand": {
49+
"primary": "#0384fc",
50+
"background": "#1703fc",
51+
"text": "#FFFFFF"
52+
},
53+
"location": {
54+
"country": "Germany",
55+
"country_code": "DE"
56+
},
57+
"command_delay": 500
58+
}

0 commit comments

Comments
 (0)