Particles
hCore allows you to send particles in any place you want.
HCore#playParticle(player, HParticle)
Plays provided particle for provided player.
HCore#playParticle(location, HParticle)
Plays provided particle for everyone in provided location.
HCore#playParticle(player, location, HParticle)
Plays provided particle for provided player in provided location.
HCore#playParticle(Collection<Player>, location, HParticle)
Plays provided particle for provided players in provided location.
Example code
Last updated