Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ This mod can record and play back

`/fullrecord, /fullplay` - Same as record/play however it will quit to the main menu first.
`/restartandplay <filename>` - Quits Minecraft completely. When restarting, the specified file will be loaded and played back, when the menu appears.

`/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.
`/folder <tasfiles|savestates>` - Opens the folder for tasfiles or savestates in the file explorer
### Keybinds
<kbd>F10</kbd> - Stops either a playback or a recording.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getName() {

@Override
public String getUsage(ICommandSender iCommandSender) {
return "/filecommand <filecommandname> [enable|disable]";
return "/filecommand <filecommandname>";
}

@Override
Expand Down
Loading