forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jc3mpconfig.json
165 lines (165 loc) · 5.14 KB
/
jc3mpconfig.json
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
[
{
"DisplayName": "Game Port",
"Category": "Server Settings",
"Description": "",
"FieldName": "$port",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "gport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4200",
"EnumValues": {}
},
{
"DisplayName": "Host IP",
"Category": "Server Settings",
"Description": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "hostip",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "0.0.0.0",
"EnumValues": {}
},
{
"DisplayName": "HTTP Port",
"Category": "Server Settings",
"Description": "HTTP Port",
"FieldName": "$httpPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "hport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4203",
"EnumValues": {}
},
{
"DisplayName": "Query Port",
"Category": "Server Settings",
"Description": "Query Port",
"FieldName": "$queryPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "qport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4201",
"EnumValues": {}
},
{
"DisplayName": "Steam Port",
"Category": "Server Settings",
"Description": "Steam Port",
"FieldName": "$steamPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "sport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4202",
"EnumValues": {}
},
{
"DisplayName": "Players",
"Category": "Server Settings",
"Description": "Number of players allowed to join.",
"Keywords": "players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"Required": true,
"ParamFieldName": "maxPlayers",
"IncludeInCommandLine": false,
"DefaultValue": "20",
"EnumValues": {},
"Suffix":"players"
},
{
"DisplayName": "Password",
"Category": "Server Settings",
"Description": "Password to join the server.",
"Keywords": "password",
"FieldName": "password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Description",
"Category": "Server Settings",
"Description": "Displayed in the server browser.",
"Keywords": "description",
"FieldName": "description",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "description",
"IncludeInCommandLine": false,
"DefaultValue": "Powered By Amp",
"EnumValues": {}
},
{
"DisplayName": "Tick Rate",
"Category": "Server Settings",
"Description": "Maxium FPS for the server (default is 60).",
"Keywords": "tickrate",
"FieldName": "tickrate",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "maxTickRate",
"IncludeInCommandLine": false,
"DefaultValue": "60",
"Suffix":"ticks per second",
"EnumValues": {}
},
{
"DisplayName": "Name",
"Category": "Server Settings",
"Description": "Displayed in the server browser.",
"Keywords": "name",
"FieldName": "name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "name",
"IncludeInCommandLine": false,
"DefaultValue": "JC3MP-AMP",
"EnumValues": {}
},
{
"DisplayName": "Server Announce",
"Category": "Server Settings",
"Description": "Add a check here if you want to announce your server on the master server browser list.",
"Keywords": "Server Announce",
"FieldName": "announce",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "announce",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Required DLCs",
"Category": "Server Settings",
"Description": "Comma separated list of owned DLC IDs required to join. [A list is available here](https://just-cause.mp/docs/general/information/Server%20Configuration) Leave this blank to not require any DLCs to join.",
"Keywords": "dlcs",
"FieldName": "requiredDLC",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "requiredDLC",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "400551,400490,442051,401850,348880,388294,442050,488293,388290,388291,388292,442052",
"EnumValues": {}
}
]