forked from RepoMirrors/kami-blue
add descriptions for path and tp commands
This commit is contained in:
parent
6b6ef92c71
commit
fb3e6df7ca
|
@ -11,6 +11,7 @@ import net.minecraft.pathfinding.PathPoint;
|
|||
public class PathCommand extends Command {
|
||||
public PathCommand() {
|
||||
super("path", new ChunkBuilder().append("x").append("y").append("z").build());
|
||||
setDescription("Pathfinding for AutoWalk");
|
||||
}
|
||||
|
||||
int x = Integer.MIN_VALUE;
|
||||
|
|
|
@ -26,6 +26,7 @@ public class TeleportCommand extends Command {
|
|||
.append("z", true)
|
||||
.append("blocks per tp", false)
|
||||
.build());
|
||||
setDescription("Potentia teleport exploit");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue