Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.28 KB

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