Skip to content

Commit 7ddfc3c

Browse files
authored
Update README.md
1 parent fc28677 commit 7ddfc3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Join the ShowScript Discord server for help & support: https://discord.gg/yNX8Qd
1212

1313
## Example
1414

15-
### ShowScript 3
15+
### ShowScript 3 (file ending in `.groovy`)
1616

1717
```groovy
1818
ticks(0) {
@@ -84,7 +84,7 @@ ticks(1163) {
8484
```
8585

8686

87-
### ShowScript 2
87+
### ShowScript 2 (file ending in `.yml`)
8888
```yaml
8989
time0:
9090
- item: 'cmd'
@@ -139,7 +139,7 @@ time1163:
139139
140140
All of these commands require the `castmember` permission:
141141

142-
- `show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start. This command also accepts optional flags:
142+
- `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:
143143
- `--log`: Enables logging of actions. The sender of the command will receive chat messages whenever a Show Action executes.
144144
- `--async`: Runs the show asynchronously. Individual Show Actions will still run synchronously.
145145
- `--startAt <timecode>`: Specifies the timecode (in ticks) at which to start the show.

0 commit comments

Comments
 (0)