Files
open-ticket/plugins/example-plugin/plugin.json
T
2026-05-31 17:15:50 +02:00

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"]
}
}