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

Copyright 2018-2026 Lockyz Media

On this page

Was this helpful?

Edit on GitHub
  1. Dev
  2. Create Plugins

plugin.json

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.

All the plugin.json options for a Bit Plugin and what they're used for

Option
Description
Accepted Values
Default Value

name

The plugins name

string

Bit Core

developer

The plugins developer

string

Lockyz Media

version

What version the plugin is

string

5.2.3

support

A place to go to get support

string

updateURL

A url pointing to a json file used for the update notification system

string/url

events

Whether the plugin has events or not

string(true or false)

false

commands

whether the plugin has slash commands or not

string(true or false)

true

bitVersions

The version of Bit this plugin uses

string

5.2.3

Example

{
    "name": "Bit Core",
    "developer": "Robin Painter",
    "version": "5.2.3",
    "bitVersion": "5.2.3",
    "support": "https://github.com/Lockyz-Dev/bit-core/issues",
    "updateURL": "https://cdn.lockyzmedia.com/discord/bit/update/core/update.json",
    "events": "false",
    "commands": "true"
}

Last updated 3 months ago

Was this helpful?

https://github.com/Lockyz-Media/bit/issues
https://cdn.lockyzmedia.com/discord/bots/bit/plugins/core/update.json