TheDocumentation 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.
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
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
name | string | ✅ Yes | The identifier of an existing recording to play back. Tab-completion suggests names of all recordings currently saved on the server. |
Behaviour
- Load — The plugin looks up the recording file that matches
<name>. If no file is found, execution halts and arecord-not-founderror message is sent. - 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.
- Completion — Once the final frame is reached the playback ends and the player resumes normal control.
Permission
| Permission node | Default |
|---|---|
cinematics.command.cinematic | op |
Error Messages
| Key | When sent | Default text |
|---|---|---|
record-not-found | No recording with the given name exists on disk | Cinematics » 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.