: Advanced plugins integrate with third-party services to bypass security checkpoints.
| Plugin Type | Primary Purpose | Technical Requirement | | :--- | :--- | :--- | | | Add new visual blocks to Stacker. | Custom C# class inheriting from BlockBase , using Block and BlockCategory attributes. | | External Libraries | Integrate existing .NET libraries. | Place .dll file in Plugins folder and import its namespace in LoliCode. | Openbullet 2 Plugins
: Keeps complex logic out of your main script, making configs easier to debug and share. Cons: The OpenBullet web testing application. - GitHub : Advanced plugins integrate with third-party services to
or custom JSON parsers), you must include those DLLs in the plugin folder. OpenBullet 2 will load them automatically upon restart, allowing your custom blocks to access their functionality. Quick Resource Guide Description Official Documentation General information on the plugin system. OB2PluginSample GitHub Official template for building new plugins. OpenBullet Discourse | | External Libraries | Integrate existing
: Connect directly to specialized API services, database engines, or custom solvers.
Unlike its predecessor (OpenBullet 1), OpenBullet 2 is completely rewritten. It features a client-server architecture with a web-based user interface. This structural shift fundamentally changed how plugins interact with the core engine.