-
Notifications
You must be signed in to change notification settings - Fork 343
/
Copy pathstaxelconfig.json
180 lines (180 loc) · 6.16 KB
/
staxelconfig.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
[
{
"DisplayName": "World Save Name",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the name of the world as saved locally in LocalContent. Defaults to \"server\" if not set",
"Keywords": "world,name,save,storage",
"FieldName": "storage",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "storage",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "World Seed",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the world seed when creating a new world (optional)",
"Keywords": "world,seed",
"FieldName": "seed",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "seed",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "World Size",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the world size when creating a new world",
"Keywords": "world,size,worldsize",
"FieldName": "worldSize",
"InputType": "number",
"MinValue": "1",
"MaxValue": "10",
"IsFlagArgument": false,
"ParamFieldName": "worldSize",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "1.00",
"Placeholder": "1.00",
"EnumValues": {}
},
{
"DisplayName": "Farm Count",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the farm count when creating a new world",
"Keywords": "farm,count,farmcount",
"FieldName": "farmCount",
"InputType": "number",
"MinValue": "1",
"MaxValue": "4",
"IsFlagArgument": false,
"ParamFieldName": "farmCount",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "1",
"Placeholder": "1",
"Suffix": "farms",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server name. Must be within 3 to 16 characters, no spaces",
"Keywords": "server,name",
"FieldName": "name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "name",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "AMPStaxelServer",
"EnumValues": {}
},
{
"DisplayName": "Server Password",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password for players to join the server. Default is no password",
"Keywords": "password",
"FieldName": "password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "password",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Player Limit",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of players that may connect to the server",
"Keywords": "players,limit,maximum,playerlimit",
"FieldName": "$MaxUsers",
"InputType": "number",
"MinValue": "1",
"IsFlagArgument": false,
"ParamFieldName": "playerLimit",
"IncludeInCommandLine": true,
"DefaultValue": "4",
"Placeholder": "4",
"Suffix": "players",
"EnumValues": {}
},
{
"DisplayName": "Enable Creative Mode",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, creative mode will be enabled on the server",
"Keywords": "creative,mode",
"FieldName": "creative",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "creative",
"IncludeInCommandLine": true,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Disable Pause",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, pausing of the server will be disabled, so that time will pass even when no players are online",
"Keywords": "disable,pausing,pause,nopause",
"FieldName": "noPause",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "noPause",
"IncludeInCommandLine": true,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Server IP Binding",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If required, you can change the binding of the server by changing the 'Server IP Address' setting under Security and Privacy. NOTE: The IP must be reachable by AMP, otherwise AMP's console won't work",
"Keywords": "ip,binding,interface",
"FieldName": "interface",
"InputType": "hidden",
"IsFlagArgument": false,
"ParamFieldName": "interface",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Enable UPnP",
"Category": "Staxel:stadia_controller",
"Subcategory": "Server:dns: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": true,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
}
]