Core Keeper Generic Template (#129)
This commit is contained in:
55
core-keeperconfig.json
Normal file
55
core-keeperconfig.json
Normal file
@@ -0,0 +1,55 @@
|
||||
[
|
||||
{
|
||||
"DisplayName":"World",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Set the index of the world to be loaded from the worlds folder",
|
||||
"Keywords":"world,index",
|
||||
"FieldName":"world",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"world",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"0",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"World Name",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the name to use for the server",
|
||||
"Keywords":"world",
|
||||
"FieldName":"worldName",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"worldName",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"Core Keeper Server Powered by AMP",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"World Seed",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the seed to use to generate a new world. Set to 0 to generate a random seed",
|
||||
"Keywords":"seed,world",
|
||||
"FieldName":"worldSeed",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"worldSeed",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"0",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Player Limit",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the maximum number of players that will be allowed to connect to the server",
|
||||
"Keywords":"max,players,limit",
|
||||
"FieldName":"$MaxUsers",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"maxNumberPlayers",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"100",
|
||||
"suffix":"players",
|
||||
"EnumValues":{}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user