Initial commit: Example Plugin 2
This commit is contained in:
17
plugin.json
Normal file
17
plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "example-plugin-2",
|
||||
"name": "Example Plugin 2",
|
||||
"version": "1.0.0",
|
||||
"description": "A second example plugin demonstrating additional capabilities",
|
||||
"author": "litruv",
|
||||
"main": "index.js",
|
||||
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2.git",
|
||||
"config": {
|
||||
"enabled": true,
|
||||
"interval": 60000
|
||||
},
|
||||
"permissions": [
|
||||
"hooks",
|
||||
"events"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user