# Commands and permissions

## `cinematicstudio.command.play`

Play a cinematic&#x20;

`/cin play <name> [player]`

## `cinematicstudio.command.stop`

Stop a cinematic&#x20;

`/cin stop <name> [player]`

## `cinematicstudio.command.editor`

Access all the base cinematic editor commands.

`/cin studio cinematic new <name>`

Creases a new cinematic and opens its timeline.

`/cin studio cinematic open <name>`

Opens a cinematic and its timeline.

`/cin studio actor single <name>`

Start recording all your moves and actions to later play them in a cinematic.

`/cin studio actor multiple <player1> <player2> ...`

Start recording all the moves and actions of more than one player to later play them in a cinematic.

`/cin input <value> [other values]`

Use this command to input a value when asked in a GUI.

`/cin tools copy-entity-nbt`

Copy a vanilla entity NBT data (look at the entity while executing the command).\
This is useful to set the actor nbt data in the actor recording file, if you need more customization of the actor appearance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lonedev.gitbook.io/cinematicstudio/cinematicstudio-v2/commands-and-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
