directly start pathing after #home
just like servers directly teleport you after `/home` without waiting for something like `/teleport`
This commit is contained in:
parent
13ca691f5d
commit
508dacac63
@ -63,7 +63,7 @@ public final class DefaultCommands {
|
||||
new ThisWayCommand(baritone),
|
||||
new WaypointsCommand(baritone),
|
||||
new CommandAlias(baritone, "sethome", "Sets your home waypoint", "waypoints save home"),
|
||||
new CommandAlias(baritone, "home", "Set goal to your home waypoint", "waypoints goal home"),
|
||||
new CommandAlias(baritone, "home", "Path to your home waypoint", "waypoints goto home"),
|
||||
new SelCommand(baritone)
|
||||
));
|
||||
ExecutionControlCommands prc = new ExecutionControlCommands(baritone);
|
||||
|
Loading…
Reference in New Issue
Block a user