Skip to content

Commit d756d48

Browse files
authored
Update README.md
1 parent 6dcad5e commit d756d48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,20 @@ time1163:
142142
143143
All of these commands require the `castmember` permission:
144144

145-
- `show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start (without the file extension). This command also accepts optional flags:
145+
- `/show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start (without the file extension). This command also accepts optional flags:
146146
- `--log`: Enables logging of actions. The sender of the command will receive chat messages whenever a Show Action executes.
147147
- `--async`: Runs the show asynchronously. Individual Show Actions will still run synchronously.
148148
- `--startAt <timecode>`: Specifies the timecode (in ticks) at which to start the show.
149149
- `--args`: Specifies additional arguments for the show, if the show requires them
150150
Usage: `show start <showName> [--log] [--async] [--startAt <timecode>] [--args <arguments>]`.
151151

152-
- `show stop <showName>`: Stops all instances of a specific show. Replace `<showName>` with the name of the show you want to stop.
152+
- `/show stop <showName>`: Stops all instances of a specific show. Replace `<showName>` with the name of the show you want to stop.
153153

154-
- `show toggledebug`: Toggles the debug mode. It doesn't require any arguments.
154+
- `/show toggledebug`: Toggles the debug mode. It doesn't require any arguments.
155155

156-
- `show stopall`: Stops all currently running shows.
156+
- `/show stopall`: Stops all currently running shows.
157157

158-
- `show list`: Lists all currently running shows.
158+
- `/show list`: Lists all currently running shows.
159159

160160

161161
## Licensing

0 commit comments

Comments
 (0)