forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vintage-story-newconfig.json
178 lines (178 loc) · 6.26 KB
/
vintage-story-newconfig.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
[
{
"DisplayName":"Port",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$ServerPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"$.Port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, the server will be added to the public server listing",
"Keywords":"public",
"FieldName":"AdvertiseServer",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.AdvertiseServer",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Server Name",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Server name visible in the server list",
"Keywords":"server,name",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"$.ServerName",
"IncludeInCommandLine":false,
"DefaultValue":"Vintage Story Server - Powered by AMP",
"EnumValues":{}
},
{
"DisplayName":"Welcome Message",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Welcome message when players join the server. Placeholder {0} will be replaced with the player's nickname",
"Keywords":"welcome,message,motd",
"FieldName":"WelcomeMessage",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"$.WelcomeMessage",
"IncludeInCommandLine":false,
"DefaultValue":"Welcome, {0}, may you survive well and prosper",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Maximum number of players that may connect to the server",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"$.MaxClients",
"IncludeInCommandLine":false,
"DefaultValue":"16",
"Suffix":"players",
"EnumValues":{},
"MinValue":"1"
},
{
"DisplayName":"Enable Whitelist",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, only whitelisted players can join the server",
"Keywords":"whitelist",
"FieldName":"OnlyWhitelisted",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.OnlyWhitelisted",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Allow PvP",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, players can hit other players",
"Keywords":"pvp",
"FieldName":"AllowPvP",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.AllowPvP",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Enable UPnP",
"Category":"Vintage Story:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, the server will attempt to configure automatic port forwarding on a compatible router",
"Keywords":"upnp",
"FieldName":"Upnp",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.Upnp",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Server Release Stream",
"Category":"Updates",
"Subcategory":"Server Updates:build:-1",
"Description":"Sets the server release stream to install. An appropriate Server Version must also be set. NOTE: Update the server after changing this setting!",
"Keywords":"server,release,stream",
"FieldName":"ServerReleaseStream",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ServerReleaseStream",
"IncludeInCommandLine":false,
"DefaultValue":"stable",
"EnumValues":{
"stable":"Stable (default)",
"pre":"Preview",
"unstable":"Unstable"
}
},
{
"DisplayName":"Server Version",
"Category":"Updates",
"Subcategory":"Server Updates:build:-1",
"Description":"Sets the server version to install, such as 1.18.5 or 1.19.0-pre.5. Minimum v1.18.8. NOTE: Update the server after changing this setting!",
"Keywords":"server,version",
"FieldName":"ServerVersion",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"ServerVersion",
"IncludeInCommandLine":false,
"DefaultValue":"1.18.15",
"Placeholder":"1.18.15 | 1.19.0-pre.5",
"Required":true,
"EnumValues":{}
},
{
"DisplayName":"Dotnet Version",
"Category":"Updates",
"Subcategory":"Server Updates:build:-1",
"Description":"Sets the [ASP.NET Core 7.0 version](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) to install to run the server. NOTE: Update the server after switching versions!",
"Keywords":"dotnet,version",
"FieldName":"DotnetVersion",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"DotnetVersion",
"IncludeInCommandLine":false,
"DefaultValue":"7.0.13",
"Placeholder":"7.0.13",
"Required":true,
"EnumValues":{}
}
]