Plugins
Add extra features to LeMoE
A collection of simple, ready-to-use Python scripts. Add automatic vision routing, local server time injections, personalized user profiles, and more.
Loading plugins from GitHub...
How to install a plugin
It only takes a minute to get up and running.
1
Download the script
Browse above, find the plugin you want, and click Download to get the .py file.
2
Place it in your folder
Save the downloaded script inside the plugins/ folder in the root directory of your LeMoE setup.
3
Set up details if needed
If the plugin has configurable details (e.g. customized names or time string formats), add them to your root config.json.
4
Restart and you're good
Restart your LeMoE server (e.g. via ./start.sh). Plugins will be loaded dynamically into memory automatically.
Want to create your own plugin?
Learn how the hook system works and how you can develop your own custom plugins in our advanced documentation.
Read Plugins Documentation