2 files changed, 8 insertions, 0 deletions
diff --git a/api/src/plugins/example-plugin/index.ts b/api/src/plugins/example-plugin/index.ts
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/api/src/plugins/example-plugin/index.ts
diff --git a/api/src/plugins/example-plugin/plugin.json b/api/src/plugins/example-plugin/plugin.json
new file mode 100644
index 00000000..8d98276c
--- /dev/null
+++ b/api/src/plugins/example-plugin/plugin.json
@@ -0,0 +1,8 @@
+{
+ "name": "Fosscord example plugin",
+ "authors": [
+ "The Arcane Brony"
+ ],
+ "repository": "https://github.com/fosscord/fosscord-server",
+ "license": ""
+}
\ No newline at end of file
|