Skip to content

A simple Minecraft command line utility that converts NLP to a command.

License

Notifications You must be signed in to change notification settings

Puhalenthi/minecraft-ai-chat

Repository files navigation

Minecraft AI Helper

A simple AI utility that converts a prompt using natural language into a Minecraft command

Setup

Important

Must have access to the OpenAI API.

  • Clone repo: git clone https://github.com/Puhalenthi/minecraft-ai-chat.git
  • Create a GitHub PAT and put it inside a .env: GITHUB_TOKEN=[TOKEN]

How to run

  • Start python api: python api.py
  • Run gradle: ./gradlew runClient()

How to use

/conjure [prompt]

Ex:

  • /conjure "Summon all entities to my location"
  • /conjure "Give me a netherite sword with level 10 sharpness and level 17 knockback"
  • /conjure "Bestow upon me all status affects at this very moment!"

About

A simple Minecraft command line utility that converts NLP to a command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published