Skip to content

Commit 5a7055a

Browse files
authored
Add missing commands to README (#242)
2 parents ec1d8e9 + 7046a53 commit 5a7055a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This mod can record and play back
2525

2626
`/fullrecord, /fullplay` - Same as record/play however it will quit to the main menu first.
2727
`/restartandplay <filename>` - Quits Minecraft completely. When restarting, the specified file will be loaded and played back, when the menu appears.
28+
29+
`/filecommand <filecommandname>` - Enables/Disables certain FileCommands in the TASfile, which are special lines in the TASfile that will trigger actions, when the playback reaches over that point.
30+
`/folder <tasfiles|savestates>` - Opens the folder for tasfiles or savestates in the file explorer
2831
### Keybinds
2932
<kbd>F10</kbd> - Stops either a playback or a recording.
3033

src/main/java/com/minecrafttas/tasmod/commands/CommandFileCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public String getName() {
5252

5353
@Override
5454
public String getUsage(ICommandSender iCommandSender) {
55-
return "/filecommand <filecommandname> [enable|disable]";
55+
return "/filecommand <filecommandname>";
5656
}
5757

5858
@Override

0 commit comments

Comments
 (0)