sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
158 stars 65 forks source link

feat: show visualiser #465

Open sekwah41 opened 1 day ago

sekwah41 commented 1 day ago

Need to either switch back over to using stained glass for spigot, or take a look at how to more, reliably send the debug packets.

Maybe via protocol lib and just make the feature depend on it? Wouldnt be a bad shout

rautamiekka commented 1 day ago

See if https://github.com/MrMicky-FR/WorldEditSelectionVisualizer's code would be inspirational.

sekwah41 commented 1 day ago

@rautamiekka they are using particles, which honestly is a really cool idea and may be good for older versions which don't support the feature I'm mentioning, though for this I'm specifically talking about

image

sekwah41 commented 14 hours ago

I think I'll take a look at a particle based visualiser at some point as a backup. Or might switch over to that solely if this is being a pain.