This is what I have so far:
$$x^3-x = 12y + 6$$
$$x(x+1)(x-1) = 2(6y+3)$$
The RHS of the equation is even, so therefore so must the LHS. Given that the three numbers on the LHS are consecutive,
then we know $x$ is even and $(x-1)$ and $(x+1)$ are odd.
Given that they're three consecutive numbers their gcd is 1, making them coprime.
That's as far as I got. Please note that both $x$ and $y$ are positive integers.