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.

Last updated