forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
humanitzconfig.json
567 lines (567 loc) · 19.4 KB
/
humanitzconfig.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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
[
{
"DisplayName":"Server Name",
"Category":"HumanitZ Server Settings",
"Description":"Sets the name of the server to be displayed publicly",
"Keywords":"name,servername",
"FieldName":"ServerName",
"InputType":"text",
"ParamFieldName":"Host Settings.ServerName",
"DefaultValue":"AMP Powered HumanitZ Server",
"EnumValues":{}
},
{
"DisplayName":"Save Name",
"Category":"HumanitZ Server Settings",
"Description":"Sets the name of the server save file",
"Keywords":"save,file,savename",
"FieldName":"SaveName",
"InputType":"text",
"ParamFieldName":"Host Settings.SaveName",
"DefaultValue":"DedicatedSaveMP",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"HumanitZ Server Settings",
"Description":"Sets the password required for players to join the server. Default is no password",
"Keywords":"password,server",
"FieldName":"Password",
"InputType":"password",
"ParamFieldName":"Host Settings.Password",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Admin Password",
"Category":"HumanitZ Server Settings",
"Description":"Sets the password for server admins. Default is no password",
"Keywords":"password,admin,adminpass",
"FieldName":"AdminPass",
"InputType":"password",
"ParamFieldName":"Host Settings.AdminPass",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"HumanitZ Server Settings",
"Description":"Sets the maximum number of players allowed on the server at one time",
"Keywords":"max,players,slots,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"24",
"ParamFieldName":"Host Settings.MaxPlayers",
"DefaultValue":"16",
"Placeholder":"16",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Enable Whitelist",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, only whitelisted players will be allowed to join the server. May not work",
"Keywords":"whitelist,onlyallowedplayers",
"FieldName":"OnlyAllowedPlayers",
"InputType":"checkbox",
"ParamFieldName":"Host Settings.OnlyAllowedPlayers",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Autosave Interval",
"Category":"HumanitZ Server Settings",
"Description":"Sets the server's automatic save interval. 0 = disabled",
"Keywords":"save,interval,saveintervalsec",
"FieldName":"SaveIntervalSec",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.SaveIntervalSec",
"DefaultValue":"300",
"Placeholder":"300",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Disable Death Notifications",
"Category":"HumanitZ Server Settings",
"Description":"If set, player deaths will not be notified in the in-game chat",
"Keywords":"disable,death,notification,chat,feedback,NoDeathFeedback",
"FieldName":"NoDeathFeedback",
"InputType":"checkbox",
"ParamFieldName":"World Settings.NoDeathFeedback",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Perma Death",
"Category":"HumanitZ Server Settings",
"Description":"Sets what save data is deleted when a player dies",
"Keywords":"perma,death,delete,save,data,player,die,permadeath",
"FieldName":"PermaDeath",
"InputType":"enum",
"ParamFieldName":"World Settings.PermaDeath",
"DefaultValue":"0",
"EnumValues":{
"0":"Off (default)",
"1":"Individual",
"2":"All"
}
},
{
"DisplayName":"On Death Drop",
"Category":"HumanitZ Server Settings",
"Description":"Sets what will be dropped when a player dies",
"Keywords":"death,drop,backpack,weapon,equipment,inventory,everything,ondeath",
"FieldName":"OnDeath",
"InputType":"enum",
"ParamFieldName":"World Settings.OnDeath",
"DefaultValue":"2",
"EnumValues":{
"0":"Only lose backpack and weapon in hand",
"1":"Lose all previous + pockets",
"2":"Lose all previous + equipment (default)"
}
},
{
"DisplayName":"Enable PvP",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, players will be able to deal damage to each other (PvP)",
"Keywords":"pvp,attack,player,damage",
"FieldName":"PVP",
"InputType":"checkbox",
"ParamFieldName":"World Settings.PVP",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Clear Infection On Death",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, a player's infection will be cleared when the player dies and respawns",
"Keywords":"clear,infection,death,respawn,clearinfection",
"FieldName":"ClearInfection",
"InputType":"checkbox",
"ParamFieldName":"World Settings.ClearInfection",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Eagle Eye Purchase",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, players can purchase the eagle eye skill, which shows the location of other players on the map screen",
"Keywords":"enable,eagle,eye,skill,location,players,map,eagleeye",
"FieldName":"EagleEye",
"InputType":"checkbox",
"ParamFieldName":"World Settings.EagleEye",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Air Drops",
"Category":"HumanitZ Server Settings",
"Description":"If set, air drop events will be enabled",
"Keywords":"air,drop,supply,enable,disable,airdrop",
"FieldName":"AirDrop",
"InputType":"checkbox",
"ParamFieldName":"World Settings.AirDrop",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Weapon Break",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, weapons (except crowbars) will break when durability reaches 0%. Otherwise, only improvised weapons will break",
"Keywords":"weapon,break,handheld,tools,durability,lost,weaponbreak",
"FieldName":"WeaponBreak",
"InputType":"checkbox",
"ParamFieldName":"World Settings.WeaponBreak",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Sleep Mode",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, time passes if all players perform the sleep emote at the same time. Otherwise, time stops",
"Keywords":"enable,sleep,multiplayersleep",
"FieldName":"MultiplayerSleep",
"InputType":"checkbox",
"ParamFieldName":"World Settings.MultiplayerSleep",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Loot Respawn",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, loot will respawn",
"Keywords":"respawn,loot,item,lootrespawn",
"FieldName":"LootRespawn",
"InputType":"checkbox",
"ParamFieldName":"World Settings.LootRespawn",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Loot Respawn Timer",
"Category":"HumanitZ Server Settings",
"Description":"Sets how long loot takes to respawn, if Loot Respawn is enabled",
"Keywords":"loot,respawn,timer,time,lootrespawntimer",
"FieldName":"LootRespawnTimer",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.LootRespawnTimer",
"DefaultValue":"60",
"Placeholder":"60",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Loot Rarity",
"Category":"HumanitZ Server Settings",
"Description":"Sets the rarity of items to be spawned",
"Keywords":"loot,rarity,items,spawn,lootrarity",
"FieldName":"LootRarity",
"InputType":"enum",
"ParamFieldName":"World Settings.LootRarity",
"DefaultValue":"2",
"EnumValues":{
"0":"Scarce",
"1":"Low",
"2":"Default",
"3":"Plentiful",
"4":"Abundant"
}
},
{
"DisplayName":"Air Drop Interval",
"Category":"HumanitZ Server Settings",
"Description":"Sets the number of days between air drops events",
"Keywords":"air,drop,interval,supply,cycle,airdropinterval",
"FieldName":"AirDropInterval",
"InputType":"number",
"MinValue":"1",
"MaxValue":"30",
"ParamFieldName":"World Settings.AirDropInterval",
"DefaultValue":"1",
"Placeholder":"1",
"Suffix":"days",
"EnumValues":{}
},
{
"DisplayName":"Zombie Difficulty Level",
"Category":"HumanitZ Server Settings",
"Description":"Sets the difficulty level for the health of zombies (zeeks)",
"Keywords":"zombie,difficulty,health,ZombieDiffHealth",
"FieldName":"ZombieDiffHealth",
"InputType":"enum",
"ParamFieldName":"World Settings.ZombieDiffHealth",
"DefaultValue":"1",
"EnumValues":{
"0":"Very Easy",
"1":"Easy",
"2":"Default",
"3":"Hard",
"4":"Very Hard",
"5":"Nightmare"
}
},
{
"DisplayName":"Zombie Speed Level",
"Category":"HumanitZ Server Settings",
"Description":"Sets the difficulty level for the speed of zombies",
"Keywords":"zombie,speed,ZombieDiffSpeed",
"FieldName":"ZombieDiffSpeed",
"InputType":"enum",
"ParamFieldName":"World Settings.ZombieDiffSpeed",
"DefaultValue":"2",
"EnumValues":{
"0":"Very Easy",
"1":"Easy",
"2":"Default",
"3":"Hard",
"4":"Very Hard",
"5":"Nightmare"
}
},
{
"DisplayName":"Zombie Damage Level",
"Category":"HumanitZ Server Settings",
"Description":"Sets the difficulty level for damage by zombies",
"Keywords":"zombie,damage,level,ZombieDiffDamage",
"FieldName":"ZombieDiffDamage",
"InputType":"enum",
"ParamFieldName":"World Settings.ZombieDiffDamage",
"DefaultValue":"3",
"EnumValues":{
"0":"Very Easy",
"1":"Easy",
"2":"Default",
"3":"Hard",
"4":"Very Hard",
"5":"Nightmare"
}
},
{
"DisplayName":"Hostile Human Difficulty",
"Category":"HumanitZ Server Settings",
"Description":"Sets the difficulty level for hostile human AI",
"Keywords":"hostile,human,difficulty,ai,HumanDifficulty",
"FieldName":"HumanDifficulty",
"InputType":"enum",
"ParamFieldName":"World Settings.HumanDifficulty",
"DefaultValue":"3",
"EnumValues":{
"0":"Very Easy",
"1":"Easy",
"2":"Default",
"3":"Hard",
"4":"Very Hard",
"5":"Nightmare"
}
},
{
"DisplayName":"Zombie Amount Multiplier",
"Category":"HumanitZ Server Settings",
"Description":"Sets the multiplier for the level of zombies spawn",
"Keywords":"zombie,amount,multiplier,spawn,ZombieAmountMulti",
"FieldName":"ZombieAmountMulti",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.ZombieAmountMulti",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Human Amount Multiplier",
"Category":"HumanitZ Server Settings",
"Description":"Sets the multiplier for the level of hostile humans spawn",
"Keywords":"human,amount,multiplier,spawn,HumanAmountMulti",
"FieldName":"HumanAmountMulti",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.HumanAmountMulti",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Zombie Dog Multiplier",
"Category":"HumanitZ Server Settings",
"Description":"Sets the multiplier for the level of zombie dogs spawn",
"Keywords":"zombie,dog,multiplier,spawn,ZombieDogMulti",
"FieldName":"ZombieDogMulti",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.ZombieDogMulti",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Zombie Respawn Timer",
"Category":"HumanitZ Server Settings",
"Description":"Set the time period for respawn of zombies",
"Keywords":"zombie,respawn,timer,cycle,ZombieRespawnTimer",
"FieldName":"ZombieRespawnTimer",
"InputType":"number",
"ParamFieldName":"World Settings.ZombieRespawnTimer",
"DefaultValue":"90",
"Placeholder":"90",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Human Respawn Timer",
"Category":"HumanitZ Server Settings",
"Description":"Sets the time period for respawn of humans",
"Keywords":"human,respawn,timer,cycle,HumanRespawnTimer",
"FieldName":"HumanRespawnTimer",
"InputType":"number",
"ParamFieldName":"World Settings.HumanRespawnTimer",
"DefaultValue":"90",
"Placeholder":"90",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Animal Respawn Timer",
"Category":"HumanitZ Server Settings",
"Description":"Sets the time period for respawn of animals",
"Keywords":"animal,respawn,timer,cycle,AnimalRespawnTimer",
"FieldName":"AnimalRespawnTimer",
"InputType":"number",
"ParamFieldName":"World Settings.AnimalRespawnTimer",
"DefaultValue":"90",
"Placeholder":"90",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Starting Season",
"Category":"HumanitZ Server Settings",
"Description":"Sets the starting season for the game",
"Keywords":"starting,season,startingseason",
"FieldName":"StartingSeason",
"InputType":"enum",
"ParamFieldName":"World Settings.StartingSeason",
"DefaultValue":"1",
"EnumValues":{
"0":"Summer",
"1":"Autumn (default)",
"2":"Winter",
"3":"Spring"
}
},
{
"DisplayName":"Days Per Season",
"Category":"HumanitZ Server Settings",
"Description":"Sets the number of days per season",
"Keywords":"days,per,season,number,DaysPerSeason",
"FieldName":"DaysPerSeason",
"InputType":"number",
"ParamFieldName":"World Settings.DaysPerSeason",
"DefaultValue":"5",
"Placeholder":"5",
"Suffix":"days",
"EnumValues":{}
},
{
"DisplayName":"Day Duration",
"Category":"HumanitZ Server Settings",
"Description":"Sets the in-game day duration",
"Keywords":"day,duration,daydur",
"FieldName":"DayDur",
"InputType":"number",
"ParamFieldName":"World Settings.DayDur",
"DefaultValue":"40",
"Placeholder":"40",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Night Duration",
"Category":"HumanitZ Server Settings",
"Description":"Sets the in-game night duration",
"Keywords":"night,duration,nightdur",
"FieldName":"NightDur",
"InputType":"number",
"ParamFieldName":"World Settings.NightDur",
"DefaultValue":"20",
"Placeholder":"20",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Vitals Drain Speed",
"Category":"HumanitZ Server Settings",
"Description":"Sets the drain speed for vitals (hunger, thirst and stamina)",
"Keywords":"vital,drain,hunger,thirst,stamina,speed,VitalDrain",
"FieldName":"VitalDrain",
"InputType":"enum",
"ParamFieldName":"World Settings.VitalDrain",
"DefaultValue":"1",
"EnumValues":{
"0":"Slow",
"1":"Normal",
"2":"Fast"
}
},
{
"DisplayName":"Enable Dog Companions",
"Category":"HumanitZ Server Settings",
"Description":"If enabled, players can find dog companions to recruit",
"Keywords":"enable,dog,companion,recruit,DogEnabled",
"FieldName":"DogEnabled",
"InputType":"checkbox",
"ParamFieldName":"World Settings.DogEnabled",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Dog Companion Number",
"Category":"HumanitZ Server Settings",
"Description":"Sets the number of dog companions that can spawn randomly",
"Keywords":"dog,companion,number,spawn,DogNum",
"FieldName":"DogNum",
"InputType":"number",
"ParamFieldName":"World Settings.DogNum",
"DefaultValue":"8",
"Placeholder":"8",
"Suffix":"dogs",
"EnumValues":{}
},
{
"DisplayName":"Companion Health Level",
"Category":"HumanitZ Server Settings",
"Description":"Sets the health level of dog companions",
"Keywords":"companion,health,dog,CompanionHealth",
"FieldName":"CompanionHealth",
"InputType":"enum",
"ParamFieldName":"World Settings.CompanionHealth",
"DefaultValue":"1",
"EnumValues":{
"0":"Low",
"1":"Default",
"2":"High"
}
},
{
"DisplayName":"Companion Damage Level",
"Category":"HumanitZ Server Settings",
"Description":"Sets the damage level of dog companions",
"Keywords":"companion,damage,dogCompanionDmg",
"FieldName":"CompanionDmg",
"InputType":"enum",
"ParamFieldName":"World Settings.CompanionDmg",
"DefaultValue":"1",
"EnumValues":{
"0":"Low",
"1":"Default",
"2":"High"
}
},
{
"DisplayName":"Building Health Multiplier",
"Category":"HumanitZ Server Settings",
"Description":"Sets the health multiplier for player-placed buildings",
"Keywords":"building,health,multiplier,BuildingHealth",
"FieldName":"BuildingHealth",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"World Settings.BuildingHealth",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
}
]