Add unpause as an alias for resume

Some people can't seem to find out what to do to unpause baritone, so this should hopefully help them figure it out, as for some reason unpause makes more sense to people than resume.
This commit is contained in:
scorbett123
2022-01-02 12:45:03 +00:00
committed by GitHub
parent 7a96772a9b
commit bb8e4bd737

View File

@@ -112,7 +112,7 @@ public class ExecutionControlCommands {
);
}
};
resumeCommand = new Command(baritone, "resume", "r") {
resumeCommand = new Command(baritone, "resume", "r", "unpause") {
@Override
public void execute(String label, IArgConsumer args) throws CommandException {
args.requireMax(0);