Create geyserconfig.json

This commit is contained in:
Abigail de Joode 2021-02-13 16:37:20 +01:00 committed by GitHub
parent 2bd87472b3
commit 79bb0270a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
geyserconfig.json Normal file
View File

@ -0,0 +1,18 @@
[
{
"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"
}
]