update.json

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

This version of Bit has entered End of Service, this means that it will no longer receive new features, and bug fixes have been heavily reduced. Due to this we do NOT recommend using this version and instead updating to newer versions of Bit!

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?