Holograms

  • 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.

qKing12

Member
Aug 14, 2018
24
1
0
21
Hi! So i have a problem, i found alot of ways of creating holograms, editing them, clicking them, moving them, etc but i couldn't find a way to save them on restart (like i create a hologram, i restart the server, the hologram is still there). Does anyone know how to do it?
[doublepost=1570106839,1569743290][/doublepost]bump
 
What do you mean?

If you want to 'save' a hologram, wouldn't you want it on startup?
 
Hi! So i have a problem, i found alot of ways of creating holograms, editing them, clicking them, moving them, etc but i couldn't find a way to save them on restart (like i create a hologram, i restart the server, the hologram is still there). Does anyone know how to do it?
[doublepost=1570106839,1569743290][/doublepost]bump

I had the same problem. Do it like this:

Code:
command /kitsetup:
    trigger:
        if player is op:
            delete holo object "respawnkit"
            set {location.respawn} to location of player
            create holo object "&8▛&6Respawnkit&8▜;&8(&f&oKlick mich&8);;ItemStack:Chest;;&8&m---------------" with id "respawnkit" at {location.respawn}   


On load:
    delete holo object "respawnkit"
    create holo object "&8▛&6Respawnkit&8▜;&8(&f&oKlick mich&8);;ItemStack:Chest;;&8&m---------------" with id "respawnkit" at {location.respawn}
 
Status
Not open for further replies.