forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecoconfig.json
228 lines (228 loc) · 7.76 KB
/
ecoconfig.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
[
{
"DisplayName":"Game Server Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationPort1",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"GameServerPort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Web Server Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationPort2",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"WebServerPort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"RCON Server Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"RconServerPort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPassword",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"RconPassword",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"Name of the server as it appears in the client server browser",
"Keywords":"name",
"FieldName":"Description",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"Description",
"IncludeInCommandLine":false,
"DefaultValue":"Eco Server - Powered by AMP",
"EnumValues":{}
},
{
"DisplayName":"Server Description",
"Category":"Server Settings",
"Description":"Long form description of the server when clicked on in the client server browser",
"Keywords":"description",
"FieldName":"DetailedDescription",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"DetailedDescription",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"Server Settings",
"Description":"If enabled, server will appear in the client server browser",
"Keywords":"public",
"FieldName":"PublicServer",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"PublicServer",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Server Password",
"Category":"Server Settings",
"Description":"Password required to connect to the server (except for whitelisted players). Default is no password",
"Keywords":"password",
"FieldName":"Password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"Password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Category",
"Category":"Server Settings",
"Description":"Category of the server shown when clients first select a new game",
"Keywords":"category",
"FieldName":"ServerCategory",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ServerCategory",
"IncludeInCommandLine":false,
"DefaultValue":"None",
"EnumValues":{
"None":"None",
"Beginner":"Beginner",
"Established":"Established",
"BeginnerHard":"Beginner Hard",
"Strange":"Strange"
}
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Maximum number of players that may connect to the server. Default is no limit (-1)",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"MaxConnections",
"IncludeInCommandLine":false,
"DefaultValue":"-1",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Server IP Binding",
"Category":"Server Settings",
"Description":"Internal server IP-address the server should bind to. Default is Any (all IPs on the host)",
"Keywords":"ip,binding",
"FieldName":"IPAddress",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"IPAddress",
"IncludeInCommandLine":false,
"DefaultValue":"Any",
"EnumValues":{}
},
{
"DisplayName":"RCON IP Binding",
"Category":"Server Settings",
"Description":"Internal server IP-address the RCON server should bind to. Default is Any (all IPs on the host)",
"Keywords":"rcon,ip,binding",
"FieldName":"RconIPAddress",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"RconIPAddress",
"IncludeInCommandLine":false,
"DefaultValue":"Any",
"EnumValues":{}
},
{
"DisplayName":"Discord Address",
"Category":"Server Settings",
"Description":"ID for a Discord server (the ID after \"discord.gg/\") to provide a link to",
"Keywords":"discord",
"FieldName":"DiscordAddress",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"DiscordAddress",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"78xKTd",
"EnumValues":{}
},
{
"DisplayName":"Enable UPnP",
"Category":"Server Settings",
"Description":"If enabled, UPnP will be enabled on the server. Requires a UPnP-enabled router to work",
"Keywords":"upnp",
"FieldName":"UPnPEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"UPnPEnabled",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Enable Beta Branch",
"Category":"SteamCMD and Updates",
"Description":"If enabled, allows beta branches (branches other than \"public\") to be installed. Specify the branch under \"Selected Beta Branch\". NOTE: Update the server after switching branches!",
"Keywords":"enable,beta",
"FieldName":"EnableBeta",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Selected Beta Branch",
"Category":"SteamCMD and Updates",
"Description":"[Beta branch](https://steamdb.info/app/739590/depots/) to install. Requires \"Enable Beta Branch\" to be enabled. Set any required password under \"Beta Password\". NOTE: Update the server after switching branches!",
"Keywords":"beta,branch",
"FieldName":"BetaBranch",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"",
"EnumValues":{}
}
]