Major bug fixes and improvements have been made. There's also a breaking change for plugins using the database system. All database related functions are now async based.
23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"name":"Example Plugin",
|
|
"id":"example-plugin",
|
|
"version":"1.0.0",
|
|
"startFile":"index.ts",
|
|
|
|
"enabled":false,
|
|
"priority":0,
|
|
"events":[],
|
|
|
|
"npmDependencies":["discord.js"],
|
|
"requiredPlugins":[],
|
|
"incompatiblePlugins":[],
|
|
|
|
"details":{
|
|
"author":"DJj123dj",
|
|
"shortDescription":"A simple template for an Open Ticket v4 plugin!",
|
|
"longDescription":"A simple example of an Open Ticket v4 plugin!",
|
|
"imageUrl":"",
|
|
"projectUrl":"",
|
|
"tags":["template","example","default"]
|
|
}
|
|
} |