Watch the console log during startup. OpenBullet 2 will output text indicating that it is scanning and successfully loading the plugins found in the directory. Verifying the Installation
Open the main directory where your OpenBullet 2 executable or server files are located.
Alternatively, navigate to the or console logs of the application host to see if any errors were thrown when trying to hook the assembly. Troubleshooting Common Errors
Windows operating systems sometimes automatically block DLL files downloaded from the internet.
If you are running the , look for the main folder containing OpenBullet2.exe (on Windows) or the main binaries (on Linux/Mac). openbullet 2 plugins install
What (Windows, Linux, or Docker) are you running OpenBullet 2 on?
To help troubleshoot or guide you further, please let me know:
In the General tab, look for a security notice at the bottom that says "This file came from another computer and might be blocked..." Check the box and click Apply . 3. Missing Dependencies
Plugins in OpenBullet 2 are compiled library files (typically with a .dll extension) written in C# or other .NET-compatible languages. When placed in the correct directory, OpenBullet 2 dynamically loads these libraries at startup. What Can Plugins Do? Watch the console log during startup
Plugins cannot be hot-reloaded while the application is running. You must restart the environment:
Add a volume mapping for the plugins folder. For example, in a docker-compose.yml file:
Note: If the folder does not exist, you can create a new folder named Plugins in the root directory where OpenBullet2.Web.dll is located. 2. Obtain the Plugin (.dll File) Plugins for OpenBullet 2 are compiled as files.
– this corrupts the assembly cache.
: The software must be restarted to recognize and load the new plugins. : You can manage and view your installed plugins via the tab in the OpenBullet 2 interface. Pro Tips for Customization External Libraries
Look for the folder containing OpenBullet2.exe .
Go to (RuriLib Settings) or check the Plugins tab in the native menu (depending on your specific UI version).
If using , start typing the custom methods introduced by the plugin to see if autocomplete or syntax highlighting recognizes the new functions. Troubleshooting Common Installation Issues Alternatively, navigate to the or console logs of
How to Install and Manage Plugins in OpenBullet 2: A Complete Guide
OpenBullet 2 updates its core framework periodically. Ensure the plugin was compiled for the same .NET version (e.g., .NET 6, .NET 7, or .NET 8) that your OpenBullet 2 instance uses.