← Back to the plugin directory
Dutch Auction
Auction
Price starts high and drops on a fixed interval until someone buys or it hits the floor.
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.