Store Holograms

Discussion in 'Plugin Development' started by AtlantiaKing11NL, Jul 18, 2016.

Thread Status:
Not open for further replies.
  1. Hello everyone reading this!

    Im using HolographicDisplaysAPI for statistics for a Parkour minigame.
    The problem is im trying to let it update everytime someone wins the game.

    But if i for example place a new hologram, the 2 holograms cross each other.

    So i my idee was to store the location of the hologram (or the hologram itself) to delete it, and replace it immediately.

    Is this possible?

    Greetings,
    AtlantiaKing.
     
  2. Offline

    CaptainMike2828

    So for example 1 hologram at the beginning of the Parkour Course and one at the end of it,right?Once the player finishes the course the stats(time,fails etc) are going to be displayed at the first(Beginning)hologram and at the last(finish)hologram,right?

    You could save the Location(x,y,z) of the hologram into a file(holograms.yml).

    I hope I helped.
     
  3. The Holograms are for in the lobby, but how can i GetHolograms from location?
    The Holograms i can get is through Plugin (this)
     
  4. Offline

    CaptainMike2828

    I am not home at the moment so I cannot test it in an IDE :/ . I suggest taking a look at this it might help.
     
  5. Already saw the wiki, didnt found the thing i need
     
Thread Status:
Not open for further replies.

Share This Page