From 610015a68d7ad9580c7ac9dc427ccace650a9b9e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 14 Sep 2024 13:48:51 -0700 Subject: Initial commit --- SamplePlugin/SamplePlugin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SamplePlugin/SamplePlugin.json (limited to 'SamplePlugin/SamplePlugin.json') diff --git a/SamplePlugin/SamplePlugin.json b/SamplePlugin/SamplePlugin.json new file mode 100644 index 0000000..c806554 --- /dev/null +++ b/SamplePlugin/SamplePlugin.json @@ -0,0 +1,12 @@ +{ + "Author": "your name here", + "Name": "Sample Plugin", + "Punchline": "A short one-liner that shows up in /xlplugins.", + "Description": "A description that shows up in /xlplugins. List any major slash-command(s).", + "ApplicableVersion": "any", + "Tags": [ + "sample", + "plugin", + "goats" + ] +} -- cgit v1.2.3