2025.2 Releases May 2025!
Check it Out!
Bit
Bit Source CodeBug & Suggestion Tracker
5.2
  • Bit
  • Docs
  • Bit Plugins
  • Bit Changelogs
  • Bit Hosted
5.2
  • Welcome
  • Updating
  • Commands
  • FAQ
  • Install Plugins
  • Dev
    • Create Plugins
      • Commands
      • Events
      • plugin.json
      • update.json
Powered by GitBook
LogoLogo

Copyright 2018-2025 Lockyz Media

On this page

Was this helpful?

Edit on GitHub
  1. Dev
  2. Create Plugins

update.json

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

This version of Bit has reached End of Life, this means it'll no longer receive ANY updates.

By continuing to use this version, you take full responsibility for any security issues that may be present.

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 2 months ago

Was this helpful?