Quick Start
A quick start on writing plugins for OQ.MineBot. This can be seen as a tl;dr version of the Introduction, however it's still highly recommended to read the Introduction section.
To get quickly started with plugin making simply follow these instructions:
Part 1: creating project and setting up dependencies.
Ensure that you have all of the necessary pre-requisites:
Part 2: creating tasks
Create a task class, which will allow you to interact with the bot and it's environment.
🎉 That's it, now you can build the plugin and test it on the bot🎉 For a more in-depth guide check out the Introduction page.
Last updated