Skip to content
Snippets Groups Projects
Commit 2c5764be authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

~ More particles.

parent 3b9a1f66
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,9 @@ public class FlyingParticles extends JavaPlugin {
for(Player player : Bukkit.getOnlinePlayers())
if(player.hasPermission("flyingparticles.particles"))
if(player.isFlying())
ParticleEffect.CLOUD.display(1, 0.5f, 1, 0, 5, player.getLocation(), 16);
ParticleEffect.CLOUD.display(1, 0.5f, 1, 0, 20, player.getLocation(), 16);
}
}, 20l, 4l);
}, 20l, 2l);
chat.sendConsoleMessage("Timers started.");
CommandManager cm = new CommandManager();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment