PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.95k stars 904 forks source link

Create/recommend a higher level on top of mineflayer #981

Open rom1504 opened 4 years ago

rom1504 commented 4 years ago

Purpose: navigation, task tree, etc

related :

rom1504 commented 4 years ago

part of https://github.com/PrismarineJS/mineflayer/wiki/Big-Prismarine-projects

rom1504 commented 4 years ago

related https://github.com/PrismarineJS/mineflayer/wiki/Bot-Contest-Ideas

TheDudeFromCI commented 4 years ago

As my state machine plugin is starting to take form, I would like to bring it into the conversation as an approach to this topic. An example video of the state machine in action can be seen here

The plugin now has full documentation and API usage. Home Page API

satyamedh commented 3 years ago

what about like https://github.com/Microsoft/malmo ? somthing like that?

JesseRWeigel commented 1 year ago

With all the new API's available from OpenAI, I think we may be able to make some progress on this one now, right?

TravnikovDev commented 4 days ago

Hello! I’m currently working on a project that heavily utilizes Mineflayer and ChatGPT.

The main idea is to define a set of actions that the bot can perform and then pass these to the new ChatGPT function calling feature (documentation here). This allows ChatGPT to receive a message, interpret it, and determine which action the bot should execute.

GitHub repository: Minecraft-GPT