Skip to content

A simple template repository for developing Mineflayer plugins through Typescript.

License

Notifications You must be signed in to change notification settings

TheDudeFromCI/mineflayer-plugin-template

Repository files navigation

mineflayer-plugin-template

A simple template repository for developing Mineflayer plugins through Typescript.


Getting Started

This plugin is built using Node and can be installed using:

npm install --save mineflayer-plugin-template

This plugin has a relies on random-plugin for a-b-c. That plugin should be loaded first.

Simple Bot

The brief description goes here.

// Create your bot
const mineflayer = require("mineflayer");
const bot = mineflayer.createBot({ username: "Player" });

// Do stuff
bot.doStuff()

Documentation

API

Examples

License

This project uses the MIT license.

Contributions

This project is accepting PRs and Issues. See something you think can be improved? Go for it! Any and all help is highly appreciated!

For larger changes, it is recommended to discuss these changes in the issues tab before writing any code. It's also preferred to make many smaller PRs than one large one, where applicable.

About

A simple template repository for developing Mineflayer plugins through Typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published