Darkvodou
Darkvodou
## Description This modification adds the `force=true` parameter to the `spawnParticle` method calls in the `ParticleHelper` class. ## Problem Solved The `particle-viewdistance` parameter in the configuration doesn't work as expected...
Hi, the particle system doesn't work in the latest version of bukkit. You have to add an boolean to force the particle to be send in the particleHelper. ParticleHelper.java l.39...
### Is your feature request related to a problem? Hey this mod is awsome but i have the UI a bit small for me when i'm in 2x GUI Scale...
Ue the new bukkit method to force display of particles Exemple use : `particle.offX(), particle.offY(), particle.offZ(), particle.speed(), particle.getData(), true);` instead of : `particle.offX(), particle.offY(), particle.offZ(), particle.speed(), particle.getData());` I did a...