Make visualiser only show particles to target player
illumeleet opened this issue ยท 4 comments
Not enough information here, can you elaborate?
What is the issue you are experiencing with this feature?
How do you propose solving it?
You are able to see other player's border visualisation
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));
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.