25 lines
674 B
JSON
25 lines
674 B
JSON
{
|
|
"name":"Example Plugin",
|
|
"id":"example-plugin",
|
|
"version":"1.0.0",
|
|
"startFile":"index.ts",
|
|
"supportedVersions":["OTv4.2.x"],
|
|
|
|
"enabled":false,
|
|
"priority":0,
|
|
"events":[],
|
|
|
|
"npmDependencies":[],
|
|
"requiredPlugins":[],
|
|
"incompatiblePlugins":[],
|
|
|
|
"details":{
|
|
"author":"DJj123dj",
|
|
"contributors":[],
|
|
"shortDescription":"A basic example plugin for developers that want to create their own plugin.",
|
|
"longDescription":"A basic example plugin for developers that want to create their own plugin.",
|
|
"imageUrl":"",
|
|
"projectUrl":"",
|
|
"tags":["template","example","default"]
|
|
}
|
|
} |