"Description":"If enabled, connection and disconnection messages will be displayed",
"Keywords":"connection,disconnection,message",
"FieldName":"chatconnectionmessagesenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"chatconnectionmessagesenabled",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Display Death Messages",
"Category":"Server Settings",
"Description":"If enabled, death messages will be displayed",
"Keywords":"death,message",
"FieldName":"chatdeathmessagesenabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"chatdeathmessagesenabled",
"IncludeInCommandLine":true,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},{
"DisplayName":"Chat Spam Filter Threshold",
"Category":"Server Settings",
"Description":"Sets the chat spam filter threshold. Lower values mean players will be muted sooner",
"Keywords":"chat,spam,filter",
"FieldName":"chatspambudget",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"chatspambudget",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"200",
"Placeholder":"200",
"EnumValues":{}
},{
"DisplayName":"Spawner Time",
"Category":"Server Settings",
"Description":"Sets how much time spawners can take",
"Keywords":"spawner,time",
"FieldName":"spawnercellupdatesperframe",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"spawnercellupdatesperframe",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"20",
"Placeholder":"20",
"EnumValues":{}
},{
"DisplayName":"Stake Deauthorise Time",
"Category":"Server Settings",
"Description":"Sets the time a full ownership stake will take to deauthorise",
"Keywords":"stake,deauthorise",
"FieldName":"stakedeauthtime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"stakedeauthtime",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"7200",
"Suffix":"seconds",
"Placeholder":"7200",
"EnumValues":{}
},{
"DisplayName":"Target FPS",
"Category":"Server Settings",
"Description":"Sets the target FPS for the server. Specify -1 for unlimited (not recommended)",
"Keywords":"target,fps",
"FieldName":"targetfps",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"targetfps",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},{
"DisplayName":"Load Balancer Resources",
"Category":"Server Settings",
"Description":"Sets how many resources the Load Balancer can use per frame",
"Keywords":"load,balancer,resources",
"FieldName":"loadbalancerframebudget",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"loadbalancerframebudget",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"100",
"Placeholder":"100",
"EnumValues":{}
},{
"DisplayName":"Enable Load Balancer Monitoring",
"Category":"Server Settings",
"Description":"If enabled, allows monitoring of the Load Balancer (view using \"dumploadbalancer\" command). Do not leave this enabled, as it has significant overhead",