forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreativerseconfig.json
159 lines (159 loc) · 6.26 KB
/
creativerseconfig.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
[
{
"DisplayName":"Game Port",
"Category":"Creativerse Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"$.GamePort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"World Key",
"Category":"Creativerse Server Settings",
"Description":"Sets the world key for the server. Don't use spaces. NOTE: Update the server after changing this setting",
"Keywords":"world,key,id",
"FieldName":"worldId",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"worldId",
"IncludeInCommandLine":true,
"DefaultValue":"AMP_Server",
"EnumValues":{}
},
{
"DisplayName":"World Key",
"Category":"Creativerse Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"worldId",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"$.WorldKey",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"World Template",
"Category":"Creativerse Server Settings",
"Description":"Sets the template for the world. If Custom Template is selected, then the Custom Template Key must also be set",
"Keywords":"template,key",
"FieldName":"TemplateKey",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"$.TemplateKey",
"IncludeInCommandLine":false,
"DefaultValue":"69bac762182c4dd69c59a48c3e1e9304",
"EnumValues":{
"cb201411260047e5ab4f4b8166eb3976":"Archipelago 10K",
"cb20141210ed4b1590c6a1420c384f2b":"Continent 1K",
"cb20150118204805ab4f4b8166eb3980":"Continent 2K-1",
"cb20150119204805ab4f4b8166eb3980":"Continent 2K-2",
"cb20150120204805ab4f4b8166eb3980":"Continent 2K-3",
"cb20141228040965ab4f4b8166eb3977":"Continent 4K-1",
"cb20141231040965ab4f4b8166eb3981":"Continent 4K-2",
"892bbca2d6444e26a8857a07a90292f1":"Flat Grass 2K",
"b0c2e10917fe4b709255b1b6f162e558":"Flat Sand 2K",
"bb0326fd64b74791b493ad03abe7af6b":"Flat Snow 4K",
"hg_testmap_1":"HG TestMap",
"island_ruins":"Island Ruins",
"6af068019ad648ceb3d8eadf3e1ab854":"Lowlands 1K-1",
"18285efb343e4e619df1facc2b7d27c3":"Lowlands 1K-2",
"425a9f8d3f6a4d42ad4d7a0ef98dc4ce":"Lowlands 2K",
"1ec67c5a8598480cabac567762bf59b9":"Lowlands 3K",
"25b95767960e4810a0d896f2b4d1d3df":"Lowlands 10K-1",
"cb20140912ac428bae68abb4822dbfda":"Lowlands 10K-2",
"cb20140915ac428bae68abb4822dbfda":"Lowlands 10K-3",
"6b87b59bdfc344c89920dc7eb44c5839":"Lowlands 10K-4",
"6d1ef9b9e2bd46889068f3df6aa73954":"Mixed 1K-1",
"35da7596161942ffad4bad6b7b932950":"Mixed 1K-2",
"69bac762182c4dd69c59a48c3e1e9304":"RW1 10K (default)",
"e153099c609f4bb2b5f89e218fcb471e":"RW2 10K",
"4a4d04caf0d449e3a5a04c0ecfe03957":"RW3 10K",
"5dcc93229f004bfe86e2bca3cc60e2d3":"RW4 10K",
"f8d02b7209a54aa19d2fcca0f58778e4":"RW5 10K",
"e05d2ad3952a4061931cbe003bc71ec9":"RW6 10K",
"6b7f11478cb54a1896ef30352af168ef":"RW7 10K",
"5c659bff855243f2bc26c9d82b8ca073":"RW8 10K",
"c773ad62e9b74fedb989092e8d6cb3af":"RW9? 10K",
"0c9de19ab8b8485dabae8144e6b39317":"RW10? 10K",
"024dbf3fcb92412295cd8d07ba93288f":"RW10? 10K-1",
"cb20150125819205ab4f4b8166eb0520":"RW? 8K",
"6af665950087483b9fac9c21f3e9f0ff":"RW? 10K-2",
"fb45525a5f9b48eaa4820bed2759bb59":"RW? 10K-3",
"0ce5b025a31546ec84b28330a78a431e":"RW? 10K-4",
"{{CustomTemplate}}":"Custom Template"
}
},
{
"DisplayName":"Custom Template Key",
"Category":"Creativerse Server Settings",
"Description":"Sets the key for a custom template for the world",
"Keywords":"custom,template,key",
"FieldName":"CustomTemplate",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"CustomTemplate",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"World Owner SteamID",
"Category":"Creativerse Server Settings",
"Description":"To start the server, you must include a valid Steam64 ID for \"WorldOwnerSteamId\" in the world's config_world.json",
"Keywords":"steam,id",
"FieldName":"SteamID",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"SteamID",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"World Name",
"Category":"Creativerse Server Settings",
"Description":"Sets the name of the world",
"Keywords":"world,name",
"FieldName":"WorldName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"$.WorldName",
"IncludeInCommandLine":false,
"DefaultValue":"AMP Powered Creativerse Server",
"EnumValues":{}
},
{
"DisplayName":"World Description",
"Category":"Creativerse Server Settings",
"Description":"Sets the world description",
"Keywords":"world,description",
"FieldName":"WorldDescription",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"$.WorldDescription",
"IncludeInCommandLine":false,
"DefaultValue":"A Creativerse World",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Creativerse Server Settings",
"Description":"Sets the maximum number of players that may connect to the server at the same time",
"Keywords":"max,players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"$.MaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"Placeholder":"100",
"Suffix":"players",
"EnumValues":{}
}
]