> For the complete documentation index, see [llms.txt](https://docs.minecraftbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minecraftbot.com/examples/start-plugins.md).

# Start Plugins

- [Events (basic)](https://docs.minecraftbot.com/examples/start-plugins/events-basic.md): A basic code example that shows you how to make a plugin listen for certain events.
- [Movement (basic)](https://docs.minecraftbot.com/examples/start-plugins/movement-basic.md): A basic code example that shows you how to make the bot move between two locations.
- [Killaura (intermediate)](https://docs.minecraftbot.com/examples/start-plugins/killaura-advanced.md): This example will show you code for a basic plugin that will follow and attack the closest target-able player. The plugin incorporates multiple tasks and therefore is marked as intermediate.
- [Wheat Farmer (intermediate)](https://docs.minecraftbot.com/examples/start-plugins/wheat-farmer-intermediate.md): This will show you code for a wheat farmer, meaning that it finds the closest fully grown wheat blocks, moves to them, breaks them, and finally replants them.
