-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to use DisplayEntity as Hologram. #49
Comments
This option is really recent, but could be usefull. I would still understand why he would keep using protocollib, you have more control like this. |
Interesting, we might think about implementing it, |
Because by using packets, I don't register holograms on the server but only on the client, and thanks to the pool everything is asynchronous. It's a question of performance. |
The DisplayEntities has a new additional properties such as, hologram size, hologram background color, and position. For example: |
Additional, im says, displayentites has billboard (position) property, example from spigot-api: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Display.Billboard.html |
Yes, i show spigot-api documentation, only for example. |
how it works: https://www.youtube.com/watch?v=0mCQe7PjVxs
Spigot has api for this: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Display.html
The text was updated successfully, but these errors were encountered: