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.

OptionDescriptionAccepted ValuesRequired

download_link

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

string/url

bit_version

Each bit version can have it's own "latest" version. If a specified version is not found the bot will tell the user to update their Bit version.

array

Update JSON Example

{
    "download_link": "https://cdn.lockyzmedia.com/bit/plugins/xp/latest.zip",
    "bit_versions": {
        "2024.1": "2.0.0"
    }
}

Last updated

Copyright 2018-2024 Lockyz Media