-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.example.json
More file actions
74 lines (74 loc) · 1.93 KB
/
Copy pathservers.example.json
File metadata and controls
74 lines (74 loc) · 1.93 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
{
"servers": [
{
"id": "fabric",
"name": "Fabric",
"type": "minecraft",
"dir": "C:\\GameServers\\fabric-server",
"loader": "Fabric",
"version": "1.21.4",
"jar": "fabric-server-launch.jar",
"launchMode": "jar",
"gamePort": 25565,
"rconPort": 25575,
"rconPassword": "your-rcon-password"
},
{
"id": "neoforge",
"name": "NeoForge",
"type": "minecraft",
"dir": "C:\\GameServers\\neoforge-server",
"loader": "NeoForge",
"version": "1.21.1",
"jar": "",
"launchMode": "argfile",
"argFiles": [
"user_jvm_args.txt",
"libraries/net/neoforged/neoforge/21.1.172/win_args.txt"
],
"javaPath": "C:\\Program Files\\Eclipse Adoptium\\jdk-21\\bin\\java.exe",
"gamePort": 25566,
"rconPort": 25576,
"rconPassword": "your-rcon-password"
},
{
"id": "7d2d",
"name": "7 Days to Die",
"type": "7d2d",
"dir": "C:\\GameServers\\7DaysToDieServer",
"configFile": "serverconfig.xml",
"modsDir": "Mods",
"gamePort": 26900,
"telnetPort": 8081,
"telnetPassword": "your-telnet-password"
}
,
{
"id": "palworld",
"name": "Palworld",
"type": "palworld",
"dir": "C:\\GameServers\\PalworldServer",
"gamePort": 8211,
"rconPort": 25575,
"rconPassword": "your-rcon-password",
"restApiPort": 8212,
"restApiPassword": "your-admin-password",
"steamCmdPath": "C:\\SteamCMD\\steamcmd.exe"
},
{
"id": "enshrouded",
"name": "Enshrouded",
"type": "enshrouded",
"dir": "C:\\GameServers\\Enshrouded-Server",
"startScript": "start_enshrouded.bat",
"configFile": "enshrouded_server.json",
"steamCmdPath": "C:\\SteamCMD\\steamcmd.exe",
"steamAppId": 2278520,
"gamePort": 15637,
"queryPort": 15638
}
],
"dashboard": {
"port": 3000
}
}