info.json - AlexisL61/JackboxUtility-Server-fr GitHub Wiki

Description

The info.json file is the main json file for your server. It defines the endpoints used by the app and the name, image and description of your server.

Doc

Variable Type Description Example
id String ID of your server "jackbox_patch_server"
name String Name of your server "Jackbox Patch Server"
description String Small description of your server "The server for sharing my own patchs !"
image String Image for your server in the app "new_images/logo.png"
url Array<AppUrls> URLs used by the app to retrieve data (packs and assets)
[
{
"versions":["1.0.0"],
"api":"https://games.jbfr.fr/api/v2",
"assets":"https://games.jbfr.fr/assets"
}
]

AppUrls

Variable Type Description Example
versions Array Versions using the urls [ "1.0.0" ]
api String Api Endpoint "https://games.jbfr.fr/api/v2"
assets String Assets endpoint "https://games.jbfr.fr/assets"

Example

https://github.com/AlexisL61/JackboxUtility-Server-fr/blob/main/info.json

⚠️ **GitHub.com Fallback** ⚠️