NekoVideo Commands
| Command | Permission | Description |
|---|---|---|
/nekovideo play <scene> [player] | nekovideo.play | Plays a scene globally or for a target player. |
/nekovideo upload <file> | nekovideo.upload | Imports MP4/WebM media and auto-generates thumbnails. |
/nekovideo cache warm <scene> | nekovideo.cache | Preloads decoded frames into RAM. |
/nekovideo diag | nekovideo.admin | Runs health checks (storage, codecs, network). |
Examples
/nekovideo play intro PlayerOne
/nekovideo upload trailer.mp4
Automation tips
- Combine with Command Blocks or server-side scripts to trigger playback when a quest completes.
- Use the REST API for complex scenarios; commands and HTTP calls share the same permissions backend.