"Description":"The local network IP address of your dedicated server. The address 0.0.0.0 allows the host computer to listen to all local network traffic. You probably won't need to change this unless you're setting up your server to work on a specific network card or interface.",
"Keywords":"",
"FieldName":"$ApplicationIPBinding",
"InputType":"text",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"$.basicServerData.ipv4",
"IncludeInCommandLine":false
},
{
"DisplayName":"Game Port",
"Category":"PK - Server Settings",
"Description":"The port for the dedicated server.",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"$.basicServerData.port",
"IncludeInCommandLine":false
},
{
"DisplayName":"Save Folder Path",
"Category":"PK - Server Settings",
"Description":"This is the location where save data will be written.",
"Description":"Defines whether Admins can interact with chests. Should be used together with \"Admin Can Modify World\" in order to also prevent mining of chests.",
"Description":"Defines whether Users can interact with chests. Should be used together with \"User Can Modify World\" in order to also prevent mining of chests.",
"Keywords":"users,Interact,Chests",
"FieldName":"userscanInteractWithChests",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.users.canInteractWithChests",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"User Can Interact With NPCs",
"Category":"PK - Server Settings",
"Description":"Defines whether Users can interact with NPCs.",
"Keywords":"users,Interact,NPCs",
"FieldName":"userscanInteractWithNPCs",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.users.canInteractWithNPCs",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Guest Password",
"Category":"PK - Server Settings",
"Description":"Choose the password used to access your dedicated server by the Guest user group.",
"Keywords":"guests,password",
"FieldName":"guestscredentialspassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"$.guests.credentials.password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Guest Can Login",
"Category":"PK - Server Settings",
"Description":"Defines whether Guests can log in.",
"Keywords":"guests,Login",
"FieldName":"guestscanLogin",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.guests.canLogin",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Guest Can Kick Players",
"Category":"PK - Server Settings",
"Description":"Defines whether Guests can kick other players from the server.",
"Keywords":"guests,Kick,Players",
"FieldName":"guestscanKickPlayers",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.guests.canKickPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Guest Can Modify World",
"Category":"PK - Server Settings",
"Description":"Defines whether Guests can mine/build blocks/props.",
"Keywords":"guests,Modify,World",
"FieldName":"guestscanModifyWorld",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"$.guests.canModifyWorld",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Guest Can Interact With Crafting Stations",
"Category":"PK - Server Settings",
"Description":"Defines whether Guests can interact with crafting stations.",
"Description":"Defines whether Guests can interact with chests. Should be used together with \"Guest Can Modify World\" enabled in order to also prevent mining of chests.",