Create geyserconfig.json
This commit is contained in:
parent
2bd87472b3
commit
79bb0270a1
18
geyserconfig.json
Normal file
18
geyserconfig.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user