1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Graphisk 2.0.0-ALPHA

An addon to hook into HolographicDisplays and DecentHolograms

  1. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    LimeGlass submitted a new resource:

    HolographicDisplaysAddon - An addon to hook into HolographicDisplays

    Read more about this resource...
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated HolographicDisplaysAddon with a new update entry:

    Bug fixes

    Read the rest of this update entry...
     
  3. dank420girl

    dank420girl Member

    Joined:
    Dec 11, 2017
    Messages:
    2
    Likes Received:
    0
    Hi, I like to use placeholders in my plugin. I seem to be unable to figure out how to update placeholders in holograms as hologram is active. Setting hologram waiting 1 second then unloading hologram does not work as holograms take 4-5 seconds to even appear. Can you please add a refresh hologram that re updates the placeholder text in the holograms at set intervals. Thank You.
     
  4. SilentWolf

    SilentWolf Member

    Joined:
    Dec 17, 2017
    Messages:
    3
    Likes Received:
    0
    Its a nice plugin, because i don´t understand how can i unregister from 10 holograms only one? Can i realy only all delete?
     
  5. ammar

    ammar Member

    Joined:
    May 15, 2017
    Messages:
    13
    Likes Received:
    1
    Code (Skript):
    1. with latest Skript.
    2. 03.12 18:08:08 [Server] ERROR #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
    3. 03.12 18:08:08 [Server] ERROR #!#!
    4. 03.12 18:08:08 [Server] ERROR #!#! Stack trace:
    5. 03.12 18:08:08 [Server] ERROR #!#! java.lang.NullPointerException
    6. 03.12 18:08:08 [Server] ERROR #!#!     at me.limeglass.hda.lang.HDAExpression.toString(HDAExpression.java:68)
    7. 03.12 18:08:08 [Server] ERROR #!#!     at me.limeglass.hda.lang.DataChecker.lambda$1(DataChecker.java:24)
    8. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    9. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
    10. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
    11. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    12. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    13. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
    14. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
    15. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    16. 03.12 18:08:08 [Server] ERROR #!#!     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
    17. 03.12 18:08:08 [Server] ERROR #!#!     at me.limeglass.hda.lang.DataChecker.areNull(DataChecker.java:24)
    18. 03.12 18:08:08 [Server] ERROR #!#!     at me.limeglass.hda.lang.HDAEffect.areNull(HDAEffect.java:52)
    19. 03.12 18:08:08 [Server] ERROR #!#!     at me.limeglass.hda.elements.effects.EffUnregisterHologram.execute(EffUnregisterHologram.java:19)
    20. 03.12 18:08:08 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
    21. 03.12 18:08:08 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
    22. 03.12 18:08:08 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
    23. 03.12 18:08:08 [Server] ERROR #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:101)
    24. 03.12 18:08:08 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63)
    25. 03.12 18:08:08 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423)
    26. 03.12 18:08:08 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840)
    27. 03.12 18:08:08 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
    28. 03.12 18:08:08 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
    29. 03.12 18:08:08 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
    30. 03.12 18:08:08 [Server] ERROR #!#!     at java.lang.Thread.run(Thread.java:748)
    31. 03.12 18:08:08 [Server] ERROR #!#!
    32. 03.12 18:08:08 [Server] ERROR #!#! Version Information:
    33. 03.12 18:08:08 [Server] ERROR #!#!   Skript: 2.2-dev36 (OUTDATED)
    34. 03.12 18:08:08 [Server] ERROR #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
    35. 03.12 18:08:08 [Server] ERROR #!#!   Minecraft: 1.12.2
    36. 03.12 18:08:08 [Server] ERROR #!#!   Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
    37. 03.12 18:08:08 [Server] ERROR #!#!   OS: Linux amd64 4.9.120-xxxx-std-ipv6-64
    38. 03.12 18:08:08 [Server] ERROR #!#!
    39. 03.12 18:08:08 [Server] ERROR #!#! Server platform: Paper
    40. 03.12 18:08:08 [Server] ERROR #!#!
    41. 03.12 18:08:08 [Server] ERROR #!#! Current node: null
    42. 03.12 18:08:08 [Server] ERROR #!#! Current item: [HolographicAddon] EffUnregisterHologram- Syntax: [Ljava.lang.String;@2a57271f
    43. 03.12 18:08:08 [Server] ERROR #!#! Current trigger: load (script load) (Pcrates.sk, line 2)
    44. 03.12 18:08:08 [Server] ERROR #!#!
    45. 03.12 18:08:08 [Server] ERROR #!#! Thread: Server thread
    46. 03.12 18:08:08 [Server] ERROR #!#!
    47. 03.12 18:08:08 [Server] ERROR #!#! Language: english
    48. 03.12 18:08:08 [Server] ERROR #!#! Link parse mode: DISABLED
    49. 03.12 18:08:08 [Server] ERROR #!#!
    50. 03.12 18:08:08 [Server] ERROR #!#! End of Error.
    51. 03.12 18:08:08 [Server] ERROR #!#!
     
  6. Spigot_Plugin

    Spigot_Plugin Member

    Joined:
    Feb 20, 2017
    Messages:
    1
    Likes Received:
    0
    Hello,
    how can i hide certain holograms for a group of people?
    Could you please give an example?
     
  7. Flynn_LG

    Flynn_LG Member

    Joined:
    Nov 4, 2019
    Messages:
    38
    Likes Received:
    1
    Hello!

    It's a nice add-on but I don't understand some syntaxes..
    Code (Text):
    1. add text "&a&l&nBottom line" to hologram {_hologram} at line 4
    How i can replace the {_hologram} to a name from an existing hologram?
     

Share This Page

Loading...