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
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?