https://github.com/md-y/videoviewer
A Spigot plugin that allows video playback on entities.
https://github.com/md-y/videoviewer
javacv minecraft spigot spigot-plugin videoplayer
Last synced: about 1 month ago
JSON representation
A Spigot plugin that allows video playback on entities.
- Host: GitHub
- URL: https://github.com/md-y/videoviewer
- Owner: md-y
- License: mit
- Created: 2021-02-19T08:20:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T21:36:00.000Z (over 4 years ago)
- Last Synced: 2025-04-30T19:04:47.910Z (7 months ago)
- Topics: javacv, minecraft, spigot, spigot-plugin, videoplayer
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/bukkit-plugins/videoviewer-play-videos-in-minecraft
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# videoviewer
A Spigot plugin that allows video playback on entities.
[Download on Curseforge](https://www.curseforge.com/minecraft/bukkit-plugins/videoviewer-play-videos-in-minecraft)
# Demo
[Bad Apple demo on armor stands](https://www.youtube.com/watch?v=dAN99kQACi8)
[](https://www.youtube.com/watch?v=dAN99kQACi8)
# Usage
Videos located in the ```plugins/videoviewer``` directory can be played.
The ```/screen``` command is used for all functions.
Specifically, ```/screen create [width] [height] [entity type]``` creates a screen, and ```/screen play [filename]``` plays a video.
Use ```/screen select``` to select the nearest screen for playback.
# Building
The plugin uses [JavaCV](https://github.com/bytedeco/javacv) with shaded binaries.
In order to minimize the plugin jar size, it is recommended that one of the builds scripts is used or that building is done following [this](https://github.com/bytedeco/javacpp-presets/wiki/Reducing-the-Number-of-Dependencies#include-binaries-only-for-one-or-more-platforms) article.
Or you can download from the [release page](https://github.com/md-y/videoviewer/releases).