diff --git a/astro-colonyconfig.json b/astro-colonyconfig.json index 2f41d3eba..18a886c67 100644 --- a/astro-colonyconfig.json +++ b/astro-colonyconfig.json @@ -152,6 +152,21 @@ "True": "True" } }, + { + "DisplayName": "Enable Unlimited Resource Stack", + "Category": "Astro Colony:stadia_controller", + "Subcategory": "Server:dns:1", + "Description": "If enabled, resource stack sizes will be unlimited", + "Keywords": "unlimited,resource,stack,UnlimitedResourceStack", + "FieldName": "UnlimitedResourceStack", + "InputType": "checkbox", + "ParamFieldName": "UnlimitedResourceStack", + "DefaultValue": "False", + "EnumValues": { + "False": "False", + "True": "True" + } + }, { "DisplayName": "Enable Sandbox Mode", "Category": "Astro Colony:stadia_controller", diff --git a/astro-colonymetaconfig.json b/astro-colonymetaconfig.json index 33b76c1d3..4ea06b171 100644 --- a/astro-colonymetaconfig.json +++ b/astro-colonymetaconfig.json @@ -17,6 +17,7 @@ "OxygenConsumption": "OxygenConsumption", "FreeConstruction": "FreeConstruction", "Sandbox": "Sandbox", + "UnlimitedResourceStack": "UnlimitedResourceStack", "AutosaveInterval": "AutosaveInterval", "AutosavesCount": "AutosavesCount" } @@ -41,6 +42,7 @@ "OxygenConsumption": "OxygenConsumption", "FreeConstruction": "FreeConstruction", "Sandbox": "Sandbox", + "UnlimitedResourceStack": "UnlimitedResourceStack", "AutosaveInterval": "AutosaveInterval", "AutosavesCount": "AutosavesCount" }