• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Blueyescat

Member
Jan 26, 2017
17
5
3
skript-holo
A properly made Skript addon for HolographicDisplays

What makes this addon better than others is, it is made properly. You will not get console errors, its syntaxes are user friendly, it fully supports API of HolographicDisplays.

Also following holograms feature of skript-holo works better than others, it would be even better if i use something better than HolographicDisplays but still ok... Note that if a hologram follows a controlled by client entity (like player, boat, horse) the hologram will not look good to the player itself. In this case you can hide the hologram from player itself using the Hologram Visibility effect.

⚠️ Following Holograms and Hologram Visibility features require ProtocolLib.

For more info, please
, you will find everything there.

Contact me on Discord or open an issue on Github for any suggestion or bug report. You can also get support on Discord.

Relevant Links
Discord
 
Last edited:
it's very good add-on i love it
but this is not working

Code:
on hologram click:
    broadcast "%event-hologram%"
it will say hologram to all the holograms
and event-hologramline the same
[doublepost=1552171327,1552171066][/doublepost]
upload_2019-3-9_23-42-3.png
 
it's very good add-on i love it
but this is not working

Code:
on hologram click:
    broadcast "%event-hologram%"
it will say hologram to all the holograms
and event-hologramline the same
Because they are holograms, their string representations are always just hologram. Similar for hologram lines. But when you do send event-hologramline it will message content of the line because it will convert the hologram line to text automatically. Otherwise using content of event-hologramline etc. is possible.

Please use Discord for support next time, i don't really like helping in a forum.