0.2.1 • Published 8 months ago

kidra_terminal v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Getting Started

This plugin can be installed as an npm package using this command:

npm install --save kidra_terminal

After installation, the plugin can be loaded for a Mineflayer bot like any other plugin.

const terminalPlugin = require('kidra_terminal').plugin

bot.loadPlugin(terminalPlugin)

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.