From 35646be4f81a3bdf8354c6404a4a8b5dc3306653 Mon Sep 17 00:00:00 2001 From: Qemlokriu Date: Sat, 18 Mar 2023 11:36:40 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7400e8f..68a9090 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Mee2 is still actively maintained, but it's not yet ready for public use. Pull r - Fully open-source - Forever free +## Plugins + +The official plugins can be downloaded at [our gitea repo](https://git.nazev.eu:8443/MEE2_Official_plugins). + +The installation might be diffrent on every plugin so be sure to check README.md of the plugin. But in general here are the install steps of a normal plugin: + +To install a plugin download the git repo and extract the zip. There should be a folder with the name of the plugin. Drag that folder over to {meetooroot}/cogs and open {meetooroot}/config.toml and under section [bot] you should see cogs=[] add the following to the [] brackets"cogs.{pluginname}.{pluginname}". + ## Contributing We welcome contributions to Mee2! To contribute, please clone the repository and make your changes. Then, open a pull request on our Gitea repo.