: If the plugin adds custom blocks, they should now appear in the Stacker under a new category.
Installing plugins in OpenBullet 2 (OB2) is a straightforward process that allows you to extend the software's functionality with custom blocks and external C# libraries. Whether you are using the Native or Web client, the installation method remains largely the same. 1. Locate the Plugins Folder
: To use an external library in a script, you may need to add a using statement at the top of your LoliCode, such as using YourPluginNamespace; . Troubleshooting Common Issues openbullet 2 plugins install
Plugins for OpenBullet 2 typically come as .dll files. These files may be standalone or bundled with other dependencies.
: Inside UserData , there is a dedicated Plugins folder. If it doesn’t exist, you can manually create it. 2. Download and Prepare the Plugin : If the plugin adds custom blocks, they
to ensure the software can scan for new files on startup.
: Do not add libraries that OpenBullet 2 already uses (like Newtonsoft.Json ), as this can cause the program to crash. 4. Verify the Installation After moving the files, restart OpenBullet 2. These files may be standalone or bundled with
: Only download plugins from reputable developers or the official OpenBullet GitHub .
: Look for a folder named UserData inside your main OpenBullet 2 installation directory.