AMPTemplates/core-keeperconfig.json

55 lines
1.8 KiB
JSON
Raw Normal View History

2022-06-03 04:49:51 +02:00
[
{
"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":{}
}
]