plugin.json

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!

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

Was this helpful?