From 4ddd85781506f45759b9ca06525661b8870e41eb Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Sun, 7 Jul 2024 12:37:33 +0100 Subject: [PATCH] Add more content --- templates/projects/003-simplechatfilter.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/projects/003-simplechatfilter.json diff --git a/templates/projects/003-simplechatfilter.json b/templates/projects/003-simplechatfilter.json new file mode 100644 index 0000000..29d7fca --- /dev/null +++ b/templates/projects/003-simplechatfilter.json @@ -0,0 +1,18 @@ +{ + "name": "SimpleChatFilter", + "image": "img/project/placeholder.png", + "description": "A simple chat filter plugin for Bungeecord and Velocity.", + "badges": [ + { + "text": "Finished", + "classes": "text-bg-success" + } + ], + "buttons": [ + { + "text": "Source Code", + "url": "https://git.rb9.xyz/dappergoose/simplechatfilter", + "classes": "btn-secondary" + } + ] +} \ No newline at end of file -- GitLab