1.0.0 • Published 6 months ago
mineflayer-video-player v1.0.0
Requirements
FFmpeg (It should be accessible by using the ffmpeg
command)
Getting Started
This plugin is built using Node and can be installed to project using:
$ npm install --save mineflayer-video-player
You need to install it globally to use the tools built into it
$ npm install -g mineflayer-video-player
You can check if the installation is successful with these two commands:
$ npx mineflayer-video-player
or
$ mineflayer-video-player
There is a shorthand version of the command called mvp
you can use it too instead of mineflayer-video-player
Examples
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.
License
This project uses the MIT license.
1.0.0
6 months ago