Install - Openbullet 2 Plugins
A failed plugin install is often due to a broken OpenBullet 2 setup. Ensure you have:
If a plugin doesn't appear, check the console for these common errors: openbullet 2 plugins install
| Error Message | Likely Cause | Fix |
| :--- | :--- | :--- |
| FileNotFoundException: RuriLib | Plugin built against different OB2 version | Recompile plugin against your OB2’s RuriLib.dll |
| BadImageFormatException | CPU architecture mismatch (x86 vs x64) | Ensure plugin is AnyCPU or same as OB2 process |
| ReflectionTypeLoadException | Missing dependency (e.g., Newtonsoft.Json) | Copy missing .dll alongside plugin or install via NuGet | A failed plugin install is often due to
Note: Some plugins require deleting a cache folder. Look for /Cache/Plugins/ and delete the subfolder matching your plugin name. Note: Some plugins require deleting a cache folder
By following these steps, you should be able to successfully install and manage plugins in OpenBullet 2. If you encounter issues, refer to the troubleshooting steps or seek help from the OpenBullet community or support forums.