AMPTemplates/project5-sightseerconfig.json
2023-05-08 19:52:26 +10:00

62 lines
2.1 KiB
JSON

[
{
"DisplayName":"Server Name",
"Category":"P5S Server Settings",
"Description":"Server name as shown in the in-game browser",
"Keywords":"server,name",
"FieldName":"name",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"name",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"AMP Powered Project 5: Sightseer Server",
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"P5S Server Settings",
"Description":"If enabled, the server will be registered to the public lobby and be publicly visible in the in-game browser",
"Keywords":"public",
"FieldName":"public",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"public",
"IncludeInCommandLine":false,
"DefaultValue":"-public",
"EnumValues":{
"False":"",
"True":"-public"
}
},
{
"DisplayName":"World Save Name",
"Category":"P5S Server Settings",
"Description":"Sets the name of the world save to load (if it already exists) or to create. If the world save does not already exist, an admin must create it in-game after connecting to the server",
"Keywords":"world,name,save",
"FieldName":"fn",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"fn",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"World.dat",
"Placeholder":"World.dat",
"EnumValues":{}
},
{
"DisplayName":"Server Admins",
"Category":"P5S Server Settings",
"Description":"List of Steam64 IDs for server admins. [Find Steam64 IDs](https://steamidfinder.com/)",
"Keywords":"admins",
"FieldName":"admins",
"InputType":"list",
"IsFlagArgument":false,
"ParamFieldName":"admins",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Special":"listfile:./project5-sightseer/655780/ServerConfig/admin.txt",
"EnumValues": {}
}
]