update.json

The file required for Bit: Cores plugin update system to work

The bot will check the update json for the latest version of the plugin, where to download it from and what version of Bit: Core it's for.

Option
Description
Accepted Values
Required

downloadLink

A link to the plugins latest version, is sent to the bots console when outdated

string/url

5.2

The latest version for Bit 5.2

string

5.1

The latest version for Bit 5.1

string

5.0

The latest version for Bit 5.0

string

Update JSON Example

{
    "latest": "5.2.0",
    "developer": "Lockyz Dev",
    "downloadLink": "https://cdn.lockyzmedia.com/bit/plugins/xp/latest.zip",
    "5.2": "5.2.0",
    "5.1": "5.1.0",
    "5.0": "5.0.0"
}

Last updated

Was this helpful?