A plugin in OB2 is a compiled .NET assembly (C#) that implements specific interfaces from the RuriLib namespace. When you install a plugin, OB2 dynamically loads it into memory, scans for new Block types, and makes them available in the Blockly editor.
to ensure the software can scan for new files on startup.
After restart, go back to and enable the new plugin if it isn't already active.
: Download the plugin file. It is usually in a .dll or .zip format.
To install a plugin, you must first find your folder. OpenBullet 2 stores all user-specific data, including plugins, in this directory.
Based on Laravel 5
Additional features always being planned/researched
"git" involved
A plugin in OB2 is a compiled .NET assembly (C#) that implements specific interfaces from the RuriLib namespace. When you install a plugin, OB2 dynamically loads it into memory, scans for new Block types, and makes them available in the Blockly editor.
to ensure the software can scan for new files on startup. openbullet 2 plugins install
After restart, go back to and enable the new plugin if it isn't already active. A plugin in OB2 is a compiled
: Download the plugin file. It is usually in a .dll or .zip format. OB2 dynamically loads it into memory
To install a plugin, you must first find your folder. OpenBullet 2 stores all user-specific data, including plugins, in this directory.