chsami/Microbot-Hub ? reverse-engineered prompt
Reverse engineered prompt
Build me a Java Gradle project for a Microbot plugin hub where community plugins can live outside the main client.
I want the app to make it easy to add a plugin with its own package, plugin class, script class, docs, assets, and any extra resources it needs. The build should work with the Microbot client version automatically if possible, but also let me override the client version or point at a local client jar when I need to test offline. It should also package plugin downloads so the release links point to the right GitHub release tag.
Please make sure the project is set up so a plugin can define its metadata, version, minimum client version, icon, and card image, and so the build can produce a jar that I can run in RuneLiteDebug to test quickly. Add clear docs in the plugin folder so someone can understand what the plugin does, how to set it up, and any limits. If anything is unclear, look up the current Microbot and Gradle docs online and make it work cleanly.
Are you gonna build this?
make sure you review the code using coderabbit