Hologram above placed block

  • Thread starter Deleted member 5655
  • Start date
  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
D

Deleted member 5655

Hi there all,

I have a new question, how (and with which addons) can I create a hologram above a block that has been placed?

Like:

If block has name "iron ore generator"
And a player places it, that there will spawn in a hologram with the text "(player)'s generator"
[doublepost=1512993441,1512942691][/doublepost]Bumb
 
SkRayFall with the dependency Holographic Displays should work fine.

Code:
create hologram "Hologramname" at {_blocklocation} for 1 second (timed one)
or this:
create holo object "line1;line2;line3;line4;line5;line6;line7;line8" with id "1" at {_blocklocation}

u can change the blocklocation variable thing to your needs.
 
Status
Not open for further replies.