pop4959 / ChunkyBorder

An add-on for Chunky which lets you create and manage world borders.
GNU General Public License v3.0
47 stars 11 forks source link

Make visualiser only show particles to target player #46

Closed illumeleet closed 2 years ago

illumeleet commented 2 years ago

title

pop4959 commented 2 years ago

Not enough information here, can you elaborate?

What is the issue you are experiencing with this feature?

How do you propose solving it?

illumeleet commented 2 years ago

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));

pop4959 commented 2 years ago

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.

pop4959 commented 2 years ago

Fixed! Thanks for reporting 😃