Skip to main content

NekoVideo Commands

CommandPermissionDescription
/nekovideo play <scene> [player]nekovideo.playPlays a scene globally or for a target player.
/nekovideo upload <file>nekovideo.uploadImports MP4/WebM media and auto-generates thumbnails.
/nekovideo cache warm <scene>nekovideo.cachePreloads decoded frames into RAM.
/nekovideo diagnekovideo.adminRuns 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.