Rosewood-Development / PlayerParticles

The PlayerParticles plugin made by Esophose
Other
170 stars 48 forks source link

bug #109

Closed handy-git closed 7 months ago

handy-git commented 1 year ago

addActivePlayerParticle​(@NotNull org.bukkit.entity.Player player, @NotNull ParticleEffect effect, @NotNull ParticleStyle style, @NotNull OrdinaryColor colorData)

colorData invalid

Esophose commented 1 year ago

Could you post the code you used?

handy-git commented 1 year ago

Could you post the code you used?

OrdinaryColor color = new OrdinaryColor(66, 120, 150); PlayerParticlesAPI.getInstance().addActivePlayerParticle(player,ParticleEffect.DUST,ParticleStyle.fromName("CUBE"),color);