forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smallandconfig.json
257 lines (257 loc) · 8.95 KB
/
smallandconfig.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
[
{
"DisplayName":"Server Name",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the name of the server that appears in the server browser",
"Keywords":"server,name,servername",
"FieldName":"SERVERNAME",
"InputType":"text",
"ParamFieldName":"SERVERNAME",
"IncludeInCommandLine":true,
"DefaultValue":"AMP Powered Smalland: Survive the Wilds Server",
"Required":true,
"EnumValues":{}
},
{
"DisplayName":"World Name",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the world name, which corresponds to the save file name",
"Keywords":"world,name,worldname",
"FieldName":"WORLDNAME",
"InputType":"text",
"ParamFieldName":"WORLDNAME",
"IncludeInCommandLine":true,
"DefaultValue":"World",
"Placeholder":"World",
"Required":true,
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the password required to connect to the server. Default is no password",
"Keywords":"server,password",
"FieldName":"PASSWORD",
"InputType":"password",
"ParamFieldName":"PASSWORD",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Make Server Private",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, the server will be hidden in the server browser",
"Keywords":"private,hidden,server,browser",
"FieldName":"PRIVATE",
"InputType":"checkbox",
"ParamFieldName":"PRIVATE",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?PRIVATE"
}
},
{
"DisplayName":"Enable Friendly Fire",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, friendly fire will be enabled, making the server a PvP server",
"Keywords":"friendly,fire,pvp,friendlyfire",
"FieldName":"FRIENDLYFIRE",
"InputType":"checkbox",
"ParamFieldName":"FRIENDLYFIRE",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?FRIENDLYFIRE"
}
},
{
"DisplayName":"Enable Peaceful Mode",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, peaceful mode will be enabled",
"Keywords":"peaceful,mode,peacefulmode",
"FieldName":"PEACEFULMODE",
"InputType":"checkbox",
"ParamFieldName":"PEACEFULMODE",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?PEACEFULMODE"
}
},
{
"DisplayName":"Keep Inventory On Death",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, players will keep inventory on death",
"Keywords":"inventory,death,keepinventory",
"FieldName":"KEEPINVENTORY",
"InputType":"checkbox",
"ParamFieldName":"KEEPINVENTORY",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?KEEPINVENTORY"
}
},
{
"DisplayName":"Disable Building Weather Deterioration",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, building weather deterioration will be disabled",
"Keywords":"disable,building,weather,deterioration,nodeterioration",
"FieldName":"NODETERIORATION",
"InputType":"checkbox",
"ParamFieldName":"NODETERIORATION",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?NODETERIORATION"
}
},
{
"DisplayName":"Make Tamed Creatures Immortal",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, tamed creatures will not die",
"Keywords":"tamed,creatures,pets,immortal,die,death,tamedcreaturesimmortal",
"FieldName":"TAMEDCREATURESIMMORTAL",
"InputType":"checkbox",
"ParamFieldName":"TAMEDCREATURESIMMORTAL",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?TAMEDCREATURESIMMORTAL"
}
},
{
"DisplayName":"Day Length",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"length,day,lengthofdayseconds",
"FieldName":"lengthofdayseconds",
"InputType":"number",
"ParamFieldName":"lengthofdayseconds",
"IncludeInCommandLine":true,
"DefaultValue":"1800",
"Placeholder":"1800",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Season Length",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"season,length,lengthofseasonseconds",
"FieldName":"lengthofseasonseconds",
"InputType":"number",
"ParamFieldName":"lengthofseasonseconds",
"IncludeInCommandLine":true,
"DefaultValue":"10800",
"Placeholder":"10800",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Creature Health Modifier",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"creature,health,modifier,creaturehealthmodifier",
"FieldName":"creaturehealthmodifier",
"InputType":"number",
"MinValue":"20",
"MaxValue":"300",
"ParamFieldName":"creaturehealthmodifier",
"IncludeInCommandLine":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Creature Damage Modifier",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"creature,damage,modifier,creaturedamagemodifier",
"FieldName":"creaturedamagemodifier",
"InputType":"number",
"MinValue":"20",
"MaxValue":"300",
"ParamFieldName":"creaturedamagemodifier",
"IncludeInCommandLine":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Nourishment Loss Modifier",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"nourishment,loss,modifier,nourishmentlossmodifier",
"FieldName":"nourishmentlossmodifier",
"InputType":"number",
"MinValue":"0",
"MaxValue":"100",
"ParamFieldName":"nourishmentlossmodifier",
"IncludeInCommandLine":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Fall Damage Modifier",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"fall,damage,modifier,falldamagemodifier",
"FieldName":"falldamagemodifier",
"InputType":"number",
"MinValue":"50",
"MaxValue":"100",
"ParamFieldName":"falldamagemodifier",
"IncludeInCommandLine":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Crafting Time Modifier",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"craft,crafting,time,modifier,craftingtimemodifier",
"FieldName":"craftingtimemodifier",
"InputType":"number",
"MinValue":"0",
"MaxValue":"100",
"ParamFieldName":"craftingtimemodifier",
"IncludeInCommandLine":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Custom Command Line Options",
"Category":"Smalland:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets custom command line options for the server (those that start with a ? (question mark)). Include the question mark but do not separate with a space. Don't use options already in AMP's settings!",
"Keywords":"custom,command,line,options",
"FieldName":"CustomOptions",
"InputType":"text",
"ParamFieldName":"CustomOptions",
"DefaultValue":"",
"EnumValues":{}
}
]