2022-06-03 04:49:51 +02:00
[
2022-07-01 00:03:45 +02:00
{
"DisplayName" : "Game ID" ,
"Category" : "Server Settings" ,
2023-08-21 14:33:26 +02:00
"Description" : "Sets the Game ID for the server. Needs to be at least 28 characters and alphanumeric, excluding Y,y,x,0,O. Empty or not valid means a new Game ID will be generated at server start" ,
2022-07-01 00:03:45 +02:00
"Keywords" : "game,id" ,
"FieldName" : "gameid" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "gameid" ,
"IncludeInCommandLine" : true ,
"DefaultValue" : "" ,
"Placeholder" : "WThaEN6779QIU2j7sczKmGfIG1bD" ,
"EnumValues" : { }
} ,
2022-06-03 04:49:51 +02:00
{
"DisplayName" : "World" ,
"Category" : "Server Settings" ,
2022-07-01 00:03:45 +02:00
"Description" : "Sets the index of the world to be loaded from the worlds folder" ,
2022-06-03 04:49:51 +02:00
"Keywords" : "world,index" ,
"FieldName" : "world" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "world" ,
2022-07-01 00:03:45 +02:00
"IncludeInCommandLine" : true ,
2022-06-03 04:49:51 +02:00
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "World Name" ,
"Category" : "Server Settings" ,
"Description" : "Sets the name to use for the server" ,
"Keywords" : "world" ,
2022-07-01 00:03:45 +02:00
"FieldName" : "worldname" ,
2022-06-03 04:49:51 +02:00
"InputType" : "text" ,
"IsFlagArgument" : false ,
2022-07-01 00:03:45 +02:00
"ParamFieldName" : "worldname" ,
"IncludeInCommandLine" : true ,
"SkipIfEmpty" : true ,
2022-06-03 04:49:51 +02:00
"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" ,
2022-07-01 00:03:45 +02:00
"FieldName" : "worldseed" ,
2022-06-03 04:49:51 +02:00
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-07-01 00:03:45 +02:00
"ParamFieldName" : "worldseed" ,
"IncludeInCommandLine" : true ,
2022-06-03 04:49:51 +02:00
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
2022-07-01 00:03:45 +02:00
{
"DisplayName" : "World Mode" ,
"Category" : "Server Settings" ,
2023-08-21 14:33:26 +02:00
"Description" : "Sets the world mode for the world. Changing between Creative and non-Creative worlds is not currently supported" ,
2022-07-01 00:03:45 +02:00
"Keywords" : "world,mode" ,
"FieldName" : "worldmode" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "worldmode" ,
"IncludeInCommandLine" : true ,
"DefaultValue" : "0" ,
"EnumValues" : {
"0" : "Normal" ,
2023-08-21 14:33:26 +02:00
"1" : "Hard" ,
"2" : "Creative" ,
"4" : "Casual"
2022-07-01 00:03:45 +02:00
}
} ,
2022-06-03 04:49:51 +02:00
{
"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" ,
2023-08-21 14:33:26 +02:00
"MinValue" : "1" ,
2022-06-03 04:49:51 +02:00
"IsFlagArgument" : false ,
2022-07-01 00:03:45 +02:00
"ParamFieldName" : "maxplayers" ,
"IncludeInCommandLine" : true ,
2022-06-03 04:49:51 +02:00
"DefaultValue" : "100" ,
2022-07-01 00:03:45 +02:00
"Suffix" : "players" ,
2023-08-21 14:33:26 +02:00
"EnumValues" : { }
2022-07-01 00:03:45 +02:00
} ,
{
"DisplayName" : "Connection Mode" ,
"Category" : "Server Settings" ,
"Description" : "Sets the connection mode - either through the Steam relay network (no ports required), or via a direct port connection on the Game Port" ,
"Keywords" : "steam,relay,network,port" ,
"FieldName" : "ConnectMode" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ConnectMode" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "{{$GamePort}}" ,
"EnumValues" : {
"" : "Steam Relay Network" ,
"{{$GamePort}}" : "Direct Port Connection"
}
2023-08-21 14:33:26 +02:00
} ,
{
"DisplayName" : "Season Override" ,
"Category" : "Server Settings" ,
"Description" : "Sets the current season on the server" ,
"Keywords" : "season,override" ,
"FieldName" : "season" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "season" ,
"IncludeInCommandLine" : true ,
"DefaultValue" : "-1" ,
"EnumValues" : {
"-1" : "System date determines (default)" ,
"0" : "None" ,
"1" : "Easter" ,
"2" : "Halloween" ,
"3" : "Christmas" ,
"4" : "Valentine" ,
"5" : "Anniversary" ,
"6" : "Cherry Blossom"
}
} ,
2022-07-01 00:03:45 +02:00
{
"DisplayName" : "Server IP Binding" ,
"Category" : "Server Settings" ,
"Description" : "Sets the interface IP that the server will bind to. Default is 0.0.0.0. Only used if the Steam relay network is not used" ,
"Keywords" : "ip,binding" ,
"FieldName" : "ip" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ip" ,
"IncludeInCommandLine" : true ,
"SkipIfEmpty" : true ,
"DefaultValue" : "0.0.0.0" ,
"Placeholder" : "0.0.0.0" ,
2022-06-03 04:49:51 +02:00
"EnumValues" : { }
2023-08-21 14:33:26 +02:00
} ,
{
"DisplayName" : "Activate BepInEx (Windows Only)" ,
"Category" : "SteamCMD and Updates" ,
"Description" : "If set, BepInEx will be installed when the server is updated and enabled when the server is run, allowing the server to be modded. Mods must be installed in the BepInEx/plugins directory, which is created after BepInEx is first run. Windows only at this time" ,
"Keywords" : "install,enable,bepinex,modded,mods" ,
"FieldName" : "BepInExEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "General.enabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
}
2022-06-03 04:49:51 +02:00
]