PrismarineJS / prismarine-gameplay

A high level gameplay API for making Mineflayer bots.
MIT License
13 stars 4 forks source link

prismarine-gameplay

NPM version Build Status Discord Gitter Irc

Try it on gitpod

A high level API plugin for working with Mineflayer bots.

The goal of this plugin is to allow bot developers to control bots and preform high level actions using as very little code. The plugin allows the bot to have a much deeper understanding of the core gameplay elements of Minecraft without each specific task needing to be specified.

This plugin is not yet for release.

Usage

const template = require('prismarine-template')

template.helloWorld()

API

helloWorld()

Prints hello world