unldenis / holoeasy

a simple and modern Java and Kotlin minecraft hologram library for 1.8-1.20.4 servers.
https://www.spigotmc.org/resources/api-holoeasy.98899/
GNU Lesser General Public License v3.0
87 stars 28 forks source link

Disable Always Displaying to Players #37

Closed huanmeng-qwq closed 7 months ago

huanmeng-qwq commented 1 year ago

Disable Always Displaying to Players https://github.com/unldenis/Hologram-Lib/blob/5e64ed08b0e6f08e49aea08b3d5e42a3ca148411/src/main/java/com/github/unldenis/hologram/HologramPool.java#L115-L117

I hope to have the freedom to control whether to show to players

huanmeng-qwq commented 1 year ago

Also, there are still some issues with the current interactive judgment, which requires the perspective to be lowered to determine, rather than aiming the perspective at the text, and does not support right-click

unldenis commented 1 year ago

I hope to have the freedom to control whether to show to players

If you want to manage these things yourself, maybe you should not use pools?

Also, there are still some issues with the current interactive judgment, which requires the perspective to be lowered to determine, rather than aiming the perspective at the text

I did not understand well

and does not support right-click

this can be added to the library