How to delete specific hologram

  • 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 our Wiki for downloads and any other information about Skript!

Status
Not open for further replies.

Das3tins

Member
May 1, 2020
10
1
0
20
anyone know how to make a perm hologram, plus i can delete it? with this code,
Code:
on place of a redstone block:
    if player's tool is redstone block named "&6Bitcoin &cMiner &7(Tier 1)" with lore "&7Gives you bitcoins when placed":
        add location of event-block to {miners::*}
        add location of event-block to {minersplaced.%player%::*}
        add 1 to {minersplaced.tier1.%player%}
        set {_localtemp} to location of event-block
        create a new holo with lines "&6Bitcoin &cMiner" and "&7Right-click to open" 1 block above {_localtemp}
        message "{@b} &6Bitcoin &cMiner &aplaced!"
it delete it idk why
[doublepost=1590077479,1590077263][/doublepost]So basically, I’m making a bitcoin project and I want it so that when a bitcoin miner is placed, it creates a hologram plus I am making it so that they can remove their miner but it deletes all holograms if i do it this way
Code:
create a new holo with lines “&6Bitcoin &cMiner” and “&7Miner” 1 block above {_localtemp} and store in {minersholo.%player%}
it delete all holos of all bitcoin miners please help I want it so that it deletes the only one
[doublepost=1590217541][/doublepost]Can anyone help? or this is impossible in skript????
 
Status
Not open for further replies.