Chunky Border (Fabric)

Chunky Border (Fabric)

415k Downloads

Make visualiser only show particles to target player

illumeleet opened this issue ยท 4 comments

commented

title

commented

Not enough information here, can you elaborate?

What is the issue you are experiencing with this feature?

How do you propose solving it?

commented

You are able to see other player's border visualisation
image
I propose to draw particles to exact player instead of world:
particleLocations.forEach(location -> bukkitPlayer.spawnParticle(Particle.REDSTONE, new org.bukkit.Location(bukkitWorld, location.getX(), location.getY(), location.getZ()), 1, visualizerOptions));

commented

Oh, I see. Yeah alright, that's a bug. I thought you were asking for an option to only allow certain players to see the border, or something of the sort. Gotcha.

commented

Fixed! Thanks for reporting ๐Ÿ˜ƒ