Hello, I made a brand new plugin!
OB2 Version: OB2 All version
Author: Br4uN_Tr
Description: AWS4 Signature (Nothing New this could be made using blocks also)
Feature:
Reduce the amount of blocks in your config at least by 5 to 1
Easy to use wherever you need it
Readme: If for some reason the value returned is not the expected one, please PM
PluginAWS4.zip (2.9 KB)
14 Likes
Pure
March 16, 2021, 3:52pm
2
sexy plugin to condense configs
I can’t seem to find the block. Where is it located? I uploaded the zip file and it was successful. But I just can’t find the block.
I read Ruri’s explanation here but it doesn’t show up.
Introduction
This guide will cover how you can develop plugins that add new blocks to OpenBullet 2.
You will need some C# knowledge in order to develop plugins.
You can find a premade project template here GitHub - openbullet/OB2PluginSample: Sample plugin for OB2 with a dependency .
Setting up the project
First of all create a new C# project of the class library type. It’s important that you choose .NET 5 or above as target framework.
For the sake of this guide, we’ll call it OB2TestPlugi…
Ruri
July 21, 2021, 10:32pm
5
You have to go up in levels (in the add block window) until you’re at the root (where you see the RuriLib category) and you should see the other category where the plugin is.
Hi,
For me it does not work. I know the signature and the result is different. It is the same with the post of Fairy or of Ruri for OB1. I managed to get the code with an http block by sending the request .I received the code on one of my gmail accounts. It does not work every time, but sometimes .
Thanks anyway…
I understood the code is related to time (unix time) so it changes all the time.
when i try to load this plugin ,i m using 0.2.3 version
crash.rar (908 Bytes)
@Ruri @Br4uN_Tr
Ruri
March 15, 2022, 8:47pm
9
OB 0.2.x is based on .NET 6 so plugins made for OB 0.1.x (.NET 5) will need to be recompiled by their creators to work