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 /cinematic command is the single entry point for every feature the Cinematics plugin exposes. Whether you are capturing a new camera path, replaying a saved sequence, or managing existing recordings, every action flows through this root command. No other top-level commands are registered by the plugin.

Permission

All subcommands share the same permission guard defined on the root command node. A player or console sender must hold this permission before any subcommand can be executed.
Permission nodeDescriptionDefault
cinematics.command.cinematicGrants access to the /cinematic command and all of its subcommandsop

Subcommands

SubcommandSyntaxDescription
record/cinematic record <name>Start or stop recording a camera path
play/cinematic play <name>Play back a saved recording
delete/cinematic delete <name>Delete a saved recording
info/cinematic info <name>Show metadata for a recording
list/cinematic listList all saved recordings
Every subcommand listed above requires the cinematics.command.cinematic permission node. Players who do not hold this permission will not see the command in tab-completion and will receive a denial message if they attempt to run it directly.

Subcommand Pages

record

Start or stop recording a camera path under a chosen name.

play

Replay a saved camera path as a smooth cinematic transition.

delete

Permanently remove a saved recording from disk.

info

Inspect the name, frame count, and file size of a recording.

list

Display every recording saved on the server along with the total count.

Build docs developers (and LLMs) love