We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The optional files array allows declaring configuration files that SSUI could expose for editing in the future.
files
"files": [ { "filename": "serverconfig.xml", "filepath": "./config/serverconfig.xml", "type": "xml", "description": "Main server configuration file" } ]
filename
filepath
type
"json"
"ini"
"xml"
"yaml"
"text"
description
Note
Current SSUI versions do not yet have a built-in editor for these files, but declaring them prepares for future support and helps validation.
Warning
Invalid type or missing fields will prevent runfile loading.