Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/TheNextLvl-net/cinematics/llms.txt

Use this file to discover all available pages before exploring further.

The play subcommand replays a previously recorded camera path for the player who runs it. The plugin loads the named recording from disk, then transitions the player’s camera through every captured frame in sequence, producing a smooth cinematic flythrough. Only the player who issues the command is affected — other players on the server are not interrupted.

Syntax

/cinematic play <name>

Arguments

ArgumentTypeRequiredDescription
namestring✅ YesThe identifier of an existing recording to play back. Tab-completion suggests names of all recordings currently saved on the server.

Behaviour

  1. Load — The plugin looks up the recording file that matches <name>. If no file is found, execution halts and a record-not-found error message is sent.
  2. Play — The plugin transitions the executing player’s perspective through all recorded frames in order, replicating the position and look-direction that was captured during the recording session.
  3. Completion — Once the final frame is reached the playback ends and the player resumes normal control.

Permission

Permission nodeDefault
cinematics.command.cinematicop

Error Messages

KeyWhen sentDefault text
record-not-foundNo recording with the given name exists on diskCinematics » A record with this name does not exist
The executing sender must be an in-game player to trigger playback. Running this command from the server console is not supported, as camera path playback requires an active player connection.

Build docs developers (and LLMs) love