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.