forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hurtworldconfig.json
executable file
·381 lines (381 loc) · 13.3 KB
/
hurtworldconfig.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
[
{
"DisplayName":"Game Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"host",
"IncludeInCommandLine":false,
"DefaultValue":"12871",
"EnumValues":{}
},{
"DisplayName":"Query Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$QueryPort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"queryport",
"IncludeInCommandLine":false,
"DefaultValue":"12881",
"EnumValues":{}
},{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"Server name as shown in the server browser",
"Keywords":"name",
"FieldName":"servername",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"servername",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"My Hurtworld Server",
"EnumValues":{}
},{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Maximum number of players that may connect to the server",
"Keywords":"maximum,players",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"maxplayers",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"20",
"Suffix":"players",
"EnumValues":{}
},{
"DisplayName":"Map",
"Category":"Server Settings",
"Description":"Sets the map to load on the server",
"Keywords":"map",
"FieldName":"map",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"map",
"IncludeInCommandLine":false,
"DefaultValue":"nullius",
"Placeholder":"nullius",
"EnumValues":{}
},{
"DisplayName":"Enable Creative Mode",
"Category":"Server Settings",
"Description":"If enabled, creative mode will apply (free build)",
"Keywords":"creative,mode",
"FieldName":"creativemode",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"creativemode",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Add Admin",
"Category":"Server Settings",
"Description":"Steam64 ID of server admin. [Find Steam64 IDs](https://steamidfinder.com/)",
"Keywords":"admin",
"FieldName":"addadmin",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"addadmin",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"58673958674589375",
"EnumValues":{}
},{
"DisplayName":"Install uMod",
"Category":"Server Settings",
"Description":"If enabled, auto-installs uMod when the server is updated",
"Keywords":"install,umod",
"FieldName":"uMod",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"uMod",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},{
"DisplayName":"Load Steam Workshop Mods",
"Category":"Server Settings",
"Description":"Space-separated list of Steam Workshop mod IDs to load on the server",
"Keywords":"mods",
"FieldName":"loadmod",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"loadmod",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"714026119 704019543",
"EnumValues":{}
},{
"DisplayName":"Enable Autowipe",
"Category":"Server Settings",
"Description":"If enabled, server wipe will be enabled",
"Keywords":"autowipe,wipe",
"FieldName":"autowipe",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"autowipe",
"IncludeInCommandLine":true,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Wipe Interval",
"Category":"Server Settings",
"Description":"Sets the server wipe schedule, as shown in the server browser. A negative number will show no wipe. Needs wipe enabled to work",
"Keywords":"wipe,interval,schedule",
"FieldName":"wipeinterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"wipeinterval",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"1209600",
"Suffix":"seconds",
"Placeholder":"1209600",
"EnumValues":{}
},{
"DisplayName":"Player Loot Mode",
"Category":"Server Settings",
"Description":"Sets the player loot mode. Note: Alternate loot modes are experimental and may not work properly",
"Keywords":"player,loot",
"FieldName":"playerlootmode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"playerlootmode",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"EnumValues":{
"":"Drop everything (default)",
"1":"Drop backpack contents only",
"2":"Drop backpack and one random item",
"3":"Drop backpack and two random items",
"4":"Drop backpack and three random items",
"5":"Drop nothing",
"6":"Destroy everything"
}
},{
"DisplayName":"Enable Autosave",
"Category":"Server Settings",
"Description":"If enabled, server will be autosaved",
"Keywords":"autosave",
"FieldName":"autosaveenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"autosaveenabled",
"IncludeInCommandLine":true,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Auto Backup Interval",
"Category":"Server Settings",
"Description":"Sets how often the autosave should be backed up. Specify -1 to disable backup",
"Keywords":"backup,interval",
"FieldName":"autobackupinterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"autobackupinterval",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"7200",
"Suffix":"seconds",
"Placeholder":"7200",
"EnumValues":{}
},{
"DisplayName":"Enable Structure Decay",
"Category":"Server Settings",
"Description":"If enabled, structures will decay",
"Keywords":"structure,decay",
"FieldName":"structuredecayenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"structuredecayenabled",
"IncludeInCommandLine":true,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Structure Decay Frequency",
"Category":"Server Settings",
"Description":"Sets how often a structure will be damaged by decay. Low values may have a performance impact",
"Keywords":"structure,decay,frequency",
"FieldName":"structuredecayfrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"structuredecayfrequency",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"600",
"Placeholder":"600",
"EnumValues":{}
},{
"DisplayName":"Structure Decay Damage",
"Category":"Server Settings",
"Description":"Sets how much damage occurs when a structure decays. Specify one value for a set damage amount, or specify two values for a range",
"Keywords":"structure,decay,damage",
"FieldName":"structuredecaydamage",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"structuredecaydamage",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"5 10",
"Placeholder":"5 10",
"EnumValues":{}
},{
"DisplayName":"Structure Decay Start Time",
"Category":"Server Settings",
"Description":"Sets how long a structure must be both unclaimed and unmodified, before it begins to decay",
"Keywords":"structure,decay,modify,time",
"FieldName":"structuredecaymodifytime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"structuredecaymodifytime",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"86400",
"Placeholder":"86400",
"EnumValues":{}
},{
"DisplayName":"Display Connection/Disconnection Messages",
"Category":"Server Settings",
"Description":"If enabled, connection and disconnection messages will be displayed",
"Keywords":"connection,disconnection,message",
"FieldName":"chatconnectionmessagesenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"chatconnectionmessagesenabled",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Display Death Messages",
"Category":"Server Settings",
"Description":"If enabled, death messages will be displayed",
"Keywords":"death,message",
"FieldName":"chatdeathmessagesenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"chatdeathmessagesenabled",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Chat Spam Filter Threshold",
"Category":"Server Settings",
"Description":"Sets the chat spam filter threshold. Lower values mean players will be muted sooner",
"Keywords":"chat,spam,filter",
"FieldName":"chatspambudget",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"chatspambudget",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"200",
"Placeholder":"200",
"EnumValues":{}
},{
"DisplayName":"Spawner Time",
"Category":"Server Settings",
"Description":"Sets how much time spawners can take",
"Keywords":"spawner,time",
"FieldName":"spawnercellupdatesperframe",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"spawnercellupdatesperframe",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"20",
"Placeholder":"20",
"EnumValues":{}
},{
"DisplayName":"Stake Deauthorise Time",
"Category":"Server Settings",
"Description":"Sets the time a full ownership stake will take to deauthorise",
"Keywords":"stake,deauthorise",
"FieldName":"stakedeauthtime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"stakedeauthtime",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"7200",
"Suffix":"seconds",
"Placeholder":"7200",
"EnumValues":{}
},{
"DisplayName":"Target FPS",
"Category":"Server Settings",
"Description":"Sets the target FPS for the server. Specify -1 for unlimited (not recommended)",
"Keywords":"target,fps",
"FieldName":"targetfps",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"targetfps",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},{
"DisplayName":"Load Balancer Resources",
"Category":"Server Settings",
"Description":"Sets how many resources the Load Balancer can use per frame",
"Keywords":"load,balancer,resources",
"FieldName":"loadbalancerframebudget",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"loadbalancerframebudget",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},{
"DisplayName":"Enable Load Balancer Monitoring",
"Category":"Server Settings",
"Description":"If enabled, allows monitoring of the Load Balancer (view using \"dumploadbalancer\" command). Do not leave this enabled, as it has significant overhead",
"Keywords":"monitor,load,balancer",
"FieldName":"monitorloadbalancer",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"monitorloadbalancer",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
}
]