Nathan Diepeveen

Results 2 issues of Nathan Diepeveen

When using array.includes() in JavaScript, the code doesn't convert to Java functions properly. Server error: `TypeError: o.includes is not a function`

Particles `SMOKE`, `LARGE_SMOKE` and `SMALL_SMOKE` don't exist. See 1.17 API: https://helpch.at/docs/1.17/org/bukkit/Particle.html Correct particles: `SMOKE_NORMAL` and `SMOKE_LARGE` After playing around some more, pretty much all particles don't match up with the...