summary refs log tree commit diff
path: root/plugins/example-plugin/plugin.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-12 23:52:43 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 21:57:51 +0200
commitb1b9cf7333dca01fd454fedc2b3d6e99066f53b8 (patch)
tree3adfd115cddc39af6e35a94084cccab065555c29 /plugins/example-plugin/plugin.json
parentAdd template plugin base (diff)
downloadserver-ts-b1b9cf7333dca01fd454fedc2b3d6e99066f53b8.tar.xz
Add test plugin
Diffstat (limited to 'plugins/example-plugin/plugin.json')
-rw-r--r--plugins/example-plugin/plugin.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/example-plugin/plugin.json b/plugins/example-plugin/plugin.json
new file mode 100644

index 00000000..980edbdf --- /dev/null +++ b/plugins/example-plugin/plugin.json
@@ -0,0 +1,9 @@ +{ + "id": "example-plugin", + "name": "Fosscord example plugin", + "authors": [ + "The Arcane Brony" + ], + "repository": "https://github.com/fosscord/fosscord-server", + "license": "" +}