Initial commit: Example Plugin 2

This commit is contained in:
2026-04-17 02:07:33 +10:00
commit dc5568fb49
5 changed files with 164 additions and 0 deletions

17
plugin.json Normal file
View 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"
]
}