forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
day-of-dragonsconfig.json
327 lines (327 loc) · 12.4 KB
/
day-of-dragonsconfig.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
[
{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"Name of the server as it appears publicly",
"Keywords":"name",
"FieldName":"SteamServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"SteamServerName",
"IncludeInCommandLine":false,
"DefaultValue":"AMP Powered Day of Dragons Server",
"EnumValues":{}
},
{
"DisplayName":"Welcome Message",
"Category":"Server Settings",
"Description":"Welcome message when players join the server",
"Keywords":"welcome,message,motd",
"FieldName":"sServerMOTD",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.sServerMOTD",
"IncludeInCommandLine":false,
"DefaultValue":"Welcome to this Day of Dragons server - powered by AMP!",
"EnumValues":{}
},
{
"DisplayName":"Admin Password",
"Category":"Server Settings",
"Description":"Sets the password for admins to access the admin panel. Default is no password",
"Keywords":"admin,password",
"FieldName":"sServerPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.sServerPassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Maximum number of players that may connect to the server",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"200",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iMaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Enable Friends List",
"Category":"Server Settings",
"Description":"If enabled, only players with Steam IDs listed in Game.ini using \"sServerFriends\" can join the server. Other players will be kicked automatically",
"Keywords":"friends,list,whitelist",
"FieldName":"bUseFriendsList",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bUseFriendsList",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Clan Size Limit",
"Category":"Server Settings",
"Description":"Maximum number of members of a clan",
"Keywords":"clan,size,limit",
"FieldName":"iMaxClanMembers",
"InputType":"number",
"MinValue":"8",
"MaxValue":"1024",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iMaxClanMembers",
"IncludeInCommandLine":false,
"DefaultValue":"1024",
"Suffix":"members",
"EnumValues":{}
},
{
"DisplayName":"Clan Number Limit",
"Category":"Server Settings",
"Description":"Maximum number of clans that can be created. Set to 0 to disable clan creation",
"Keywords":"clan,number,limit",
"FieldName":"iMaxClans",
"InputType":"number",
"MinValue":"0",
"MaxValue":"255",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iMaxClans",
"IncludeInCommandLine":false,
"DefaultValue":"255",
"Suffix":"clans",
"EnumValues":{}
},
{
"DisplayName":"Disable PvP",
"Category":"Server Settings",
"Description":"If enabled, server will be a PvE server and player on player fighting will be disabled",
"Keywords":"disable,pvp,pve",
"FieldName":"bDisablePVP",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bDisablePVP",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Disable AI",
"Category":"Server Settings",
"Description":"If enabled, server will not spawn AI, allowing for a PvP only survival experience",
"Keywords":"disable,ai,pvp",
"FieldName":"bDisableAI",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bDisableAI",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Corpse Despawn Time",
"Category":"Server Settings",
"Description":"Sets how long corpses remain before despawning. Recommended to keep this low to free up resources",
"Keywords":"corpse,despawn,time",
"FieldName":"iCorpseDespawnTime",
"InputType":"number",
"MinValue":"60",
"MaxValue":"86400",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iCorpseDespawnTime",
"IncludeInCommandLine":false,
"DefaultValue":"300",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Enable Roleplay Features",
"Category":"Server Settings",
"Description":"If enabled, the server browser type will be appended with the RP tag and roleplay features will be enabled, if available",
"Keywords":"roleplay",
"FieldName":"bRoleplay",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bRoleplay",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Enable Group Damage",
"Category":"Server Settings",
"Description":"If enabled, group members will be allowed to damage each other when grouped",
"Keywords":"group,damage",
"FieldName":"bEnableGroupDamage",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bEnableGroupDamage",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Show Admin Tags",
"Category":"Server Settings",
"Description":"If enabled, admin tags will always show to all players on the server. Recommended for servers that want people to easily identify the admins",
"Keywords":"admin,tags",
"FieldName":"bAlwaysShowAdminTags",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bAlwaysShowAdminTags",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Show Player Tags",
"Category":"Server Settings",
"Description":"If enabled, player nametags will always show regardless if grouped or clanned. By default, nametags only show up on grouped or clanned players",
"Keywords":"player,tags,names",
"FieldName":"bAlwaysShowPlayerTags",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bAlwaysShowPlayerTags",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Show Clan Tags",
"Category":"Server Settings",
"Description":"If enabled, clan tags will show in the chat box",
"Keywords":"clan,tags",
"FieldName":"bChatShowClanTags",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bChatShowClanTags",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Flag Hatchling Killers",
"Category":"Server Settings",
"Description":"If enabled, adult or elder dragons that kill hatchlings will be flagged with red glowing eyes for 20 minutes. Safelog will be unavailable to them while flagged",
"Keywords":"flag,hatchling,killers",
"FieldName":"bFlagHatchlingKillers",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bFlagHatchlingKillers",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Disable Desync/Hack Checks",
"Category":"Server Settings",
"Description":"If enabled, the server will not check for client desyncs or hacks. May be useful for personal servers, private servers experiencing frequent disconnects, or servers that allow cheating",
"Keywords":"disable,dd,desyncs,hacks,checks",
"FieldName":"bDisableDD",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bDisableDD",
"IncludeInCommandLine":false,
"DefaultValue":"True",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Autosave Interval",
"Category":"Server Settings",
"Description":"Sets the time interval between each automatic save",
"Keywords":"save,interval",
"FieldName":"iAutoSaveSeconds",
"InputType":"number",
"MinValue":"60",
"MaxValue":"3600",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iAutoSaveSeconds",
"IncludeInCommandLine":false,
"DefaultValue":"300",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Maximum Latency",
"Category":"Server Settings",
"Description":"Sets the maximum allowed latency on the server. Players who exceed this will be auto-kicked. Requires Desync/Hack Checks to be disabled",
"Keywords":"max,latency,ping",
"FieldName":"iMaxLatencyMS",
"InputType":"number",
"MinValue":"100",
"MaxValue":"800",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.iMaxLatencyMS",
"IncludeInCommandLine":false,
"DefaultValue":"800",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Use Latency Hard Cap",
"Category":"Server Settings",
"Description":"If enabled, server will kick players who exceed the Maximum Latency. Otherwise, the server will use a soft cap and kick players only if the Maximum Latency is exceeded due to a lag spike. Requires Desync/Hack Checks to be disabled",
"Keywords":"latency,hard,cap",
"FieldName":"bUseLatencyHardCap",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.bUseLatencyHardCap",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"True":"True",
"False":"False"
}
},
{
"DisplayName":"Discord Server",
"Category":"Server Settings",
"Description":"Sets the link to a Discord server. Include the full URL",
"Keywords":"discord",
"FieldName":"sServerDiscord",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/Game/_Dev/Runtime/Classes/DragonsGI.DragonsGI_C.sServerDiscord",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"https://discord.gg/mW2p4kr",
"EnumValues":{}
}
]