AMPTemplates/geyserconfig.json
2021-02-13 16:37:20 +01:00

19 lines
501 B
JSON

[
{
"DisplayName": "Minimum Memory (MB)",
"Description": "The minimum memory allocated to Geyser, in MB",
"FieldName": "MinMemory",
"Keywords": "memory",
"InputType": "number",
"Category": "Geyser Configuration"
},
{
"DisplayName": "JAR File",
"Description": "The JAR file to execute",
"FieldName": "JarFile",
"Keywords": "jar",
"InputType": "text",
"Category": "Geyser Configuration"
}
]