Effects and Media
Effects are stored on the cinematic YAML file and applied during playback.
Focus Target
Section titled “Focus Target”Stand at the point the camera should look at:
/cinematic focus <name> setClear focus:
/cinematic focus <name> clearCamera Shake
Section titled “Camera Shake”/cinematic shake <name> <intensity>Use low values first. Disable with:
/cinematic shake <name> 0/cinematic zoom <name> <start> <end>Positive values use slowness. Negative values use speed. Disable with 0 0.
Background Music
Section titled “Background Music”/cinematic bgm <name> minecraft:music_disc.pigstep/cinematic bgm <name> clearTitles, Subtitles, and Commands
Section titled “Titles, Subtitles, and Commands”/cinematic title <name> <frameIndex> <text>/cinematic subtitle <name> <frameIndex> <text>/cinematic addcmd <name> <frameIndex> <command>Frame indexes start at 0. Commands run as console. %player% becomes the viewer name. PlaceholderAPI is parsed when available.