kidra_terminal
v0.2.1
Published
A clean terminal interface and command handler plugin for Mineflayer.
Downloads
2
Maintainers
Readme
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
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.