To walk a path you would first define a posiion array:
Position[] path = new Position[]{new Position(0,0,0), new Position(0,0,0), ...};
Either way, adding more paths it could use would not help (at all) with making the bot less detectable / humanlike! Just stick to one path. If anything, imo, it may even make the script more detectable.
Apaec