summary refs log tree commit diff
path: root/src/plugins/example-plugin/plugin.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 08:54:50 +0200
committerRory& <root@rory.gay>2025-07-27 20:15:17 +0200
commit0e363e58df2f4267d0ed9469ec90017d0ac18a6e (patch)
treeeb9f75a1ac7f3541cbfe0b3090f1601a31006f2f /src/plugins/example-plugin/plugin.json
parentfeat(plugins): event system (diff)
downloadserver-ts-0e363e58df2f4267d0ed9469ec90017d0ac18a6e.tar.xz
Update plugin loading, update example plugin, add ci task for testing if builds work
Diffstat (limited to 'src/plugins/example-plugin/plugin.json')
-rw-r--r--src/plugins/example-plugin/plugin.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/example-plugin/plugin.json b/src/plugins/example-plugin/plugin.json
new file mode 100644

index 000000000..2fcb7a008 --- /dev/null +++ b/src/plugins/example-plugin/plugin.json
@@ -0,0 +1,10 @@ +{ + "id": "example-plugin", + "name": "Fosscord example plugin", + "authors": [ + "The Arcane Brony" + ], + "repository": "https://github.com/fosscord/fosscord-server", + "license": "", + "index": "ExamplePlugin.js" +}