Install - Openbullet 2 Plugins
: Look for a folder named UserData inside your main OpenBullet 2 installation directory.
GitHub - openbullet/OB2PluginSample: Sample plugin for OB2 with a dependency · GitHub. Plugins - OpenBullet 2
: If you want to use a NuGet package or an external library in your LoliCode scripts, you will also need its .dll file. 3. Move the Files Once you have the .dll file: openbullet 2 plugins install
the .dll file (and any required dependencies) into the UserData/Plugins folder.
: Only download plugins from reputable developers or the official OpenBullet GitHub . : Look for a folder named UserData inside
Plugins for OpenBullet 2 typically come as .dll files. These files may be standalone or bundled with other dependencies.
: If the plugin adds custom blocks, they should now appear in the Stacker under a new category. Plugins for OpenBullet 2 typically come as
: 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