Plugin Directory
Extra listing types and ways of tracking balances, built with the Plugin SDK. Everything listed here is installed and running today.
Installed plugins
Backs a guild's economy with its existing UnbelievaBoat currency balances.
Backs a guild's economy with its existing Raid-Helper currency balances.
A price that starts high and drops on a timer until the first buyer accepts.
Custom listing types
Economy providers
Installing a plugin
If you run your own copy of Auction Bot, publish the plugin project with
dotnet publish and copy the output folder into the plugins folder your copy is set up
to read. It is picked up, checked for compatibility, and loaded the next time Auction Bot starts โ
nothing in Auction Bot itself has to change. To add a plugin to Auction Bot itself instead, open a
pull request that adds a ProjectReference and an AddPlugins(...) call.
The Plugin SDK page walks through both routes in full. Either way, the plugin shows up in this directory as soon as it is running.
Send us your plugin
Prefer GitHub? You can open a plugin submission issue instead.