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!

  1. W

    Mob level script help

    I am looking to make a script that assigns mobs with a "Level". Then it assigns the mob a hologram, that displays the level. I am having trouble with de-assigning the hologram when the mob despawns/gets killed. Have a look for yourself. #goal: when a mob spawns, it assingns the mob a random...
  2. O

    There's no location in an on script load event

    on script load: create new holo with line "&7» &c&lGold Leaderboard &7«" and store in {gold_lbs::*} at location at 84, 80, 83 in world "NORMALWORLD" refreshGoldLB() create new holo with line "&7» &c&lGPC Leaderboard &7«" and store in {gpc_lbs::*} at location at 52, 80, 83 in world...
  3. Baezor

    API SkLib (Skript API) 1.1.0

    NOTE: THIS RESOURCE IS NO LONGER BEING MAINTAINED! SkLib SkLib is a collection of functions for developers. These functions include support for holograms, text animations, text formatting, locations, and sounds! These are extremely useful in many situations. A detailed description of each...
  4. S

    Holographic Leaderboard (Mined Blocks)

    So I need holographic Leaderboard for mined blocks (at all, not specific block)! One guy made me Kills/deaths holo leaderboard (I used kill counter for that). Thanks for helping!
  5. Spygain

    [Need Help] Compare rightclick and leftclick [hologram]

    Minecraft version: 1.14.4 Skript version: 2.4.1 Addons used: MundoSk 1.8.5, SK-NBeeT 2.11.1, Quarsk 1.3.1, Skellet 1.9.8, Skquery-Lime 4.1.2, SkRayFall 1.9.19, Skript-mirror 1.0.0, SkUtilities 0.9.2 , TuSKe 1.8.3-PikachuPatch-v3, Skript-holo 1.0.2 Skript type: Purchase skript sale with a...
  6. Spygain

    [Need Help] Compare rightclick and leftclick [hologram]

    Minecraft version: 1.14.4 Skript version: 2.4.1 Addons used: MundoSk 1.8.5, SK-NBeeT 2.11.1, Quarsk 1.3.1, Skellet 1.9.8, Skquery-Lime 4.1.2, SkRayFall 1.9.19, Skript-mirror 1.0.0, SkUtilities 0.9.2 , TuSKe 1.8.3-PikachuPatch-v3, Skript-holo 1.0.2 Skript type: Purchase skript sale with a...
  7. Hakuyamu

    Problem with item holograms

    Hey guys, I have an issue with items in holograms where they won't be displayed sometimes and some won't appear at all (the shulker box and the sun flower). Server version 1.15.2, Skript: latest stable version. This is my Code: on click on player head: if {crate.isopening.%player%} is true...
  8. ZeyKra_

    Display head/player head in a hologram

    Hello , I would like to know if it's possible to display an custom head in an hologram command /test: trigger: set {_pos} to location of block above player create hologram "This is a hologram;ItemStack:player's skull;And it is really cool!" at {_pos} for 5 seconds (I tested...
  9. C

    Top 3 Wins Hologram

    Category: Fun Suggested name: WinTop What I want: Basically this is similar to the Most Kills Skript made in https://forums.skunity.com/threads/most-kills-hologram.259/ however, I would like this done with the amount of wins. Currently we have a GUI to look at individual wins of players but it...
  10. E

    Right click the hologram and save the coordinate and put 1 on the block in hand

    Hello, right-click the hologram and place the spawner in the hands of the hologram coordinate on 1 block. on hologram touch:
  11. Epicskymi

    Script Rpg Mob Health Bar 1.2

    Adds a hologram health bar for mob's with customization options Add your own style's and change the length of the bar Gif: https://i.imgur.com/kTEpJDq.gifv Styles: Requires: -Skquery -Skrayfall -Skellett -Holographic Displays Only tested in 1.12.1 should work with anything 1.9+ I will...
  12. GoldySlime

    Script AFKHolo 2.0.0

    AFKHolo Hologram Effect to show people that you are AFK-ing. Feature: -Hologram -AFK with Reason -Sounds -AFK Timer Plugins Needed: -Holographic Display -SkRayFall Note: No Permission Needed for this command Commands: /afk [<reason>]
  13. F

    Hologram

    Category: Suggested name: test What I want: Hi, I would like a hologram to appear in front of the player and after a few seconds disappear. I read docs but did not find the solution. Can someone help me? My skript version : minecraft 1.8.8 / dev27 Ideas for commands: /test Ideas for...
  14. J

    Item in holo object. (SkRayFall or Skellet)

    Spigot Version: Paperspigot 1.9.4 Skript Version: 1.9.4 (2.2) command /holo: trigger: create holo object "Item:diamond;Test1" with id "playersitem.%player%" at location of player Hologram is spawning but don't show the any items. :/ Thank you for your interest.