Open stitchinger opened 2 months ago
Same exception.
Solution: Replace https://github.com/hmzel/ParticleSFX/blob/master/src/main/java/hm/zelha/particlesfx/shapers/parents/RotationHandler.java#L192 to centroid.add(locations.get(i).toVector());
Explanation: this method have checks if world is not similar and all these fields can use only in default world "world"
Same exception. Solution: Replace https://github.com/hmzel/ParticleSFX/blob/master/src/main/java/hm/zelha/particlesfx/shapers/parents/RotationHandler.java#L192 to
centroid.add(locations.get(i).toVector());
Explanation: this method have checks if world is not similar and all these fields can use only in default world "world"
Thank you very much. I cloned the repo locally, made the chage you suggested and built the jar. But how do I use it? The minecraft server says it is missing the plugin.yml
Trying to get the spiral working with this code:
and getting this error. Do I use it wrong?