- Supported Minecraft Versions:
- 1.12
![]()
HolographicDisplaysAddon - By LimeGlass
Source: https://github.com/TheLimeGlass/HolographicDisplaysAddon
An addon to add full support for HolographicDisplays. This addon is using my framework structure so it allows me to make quick updates and get more information when an error happens, if one actually does happen. If you find any bug please tell me in the discussion. Just don't use the review section for that please. Thanks.
All of the syntax for this addon are generated in a Syntax.yml with information on it, a disabler for each syntax and if it supports what changers.
Example script:
Code (Skript):
command /test: trigger: set {_hologram} to new hologram at location above player add text "&5The holographic displays Skript addon test" to hologram {_hologram} broadcast "%location of hologram {_hologram}%" wait 3 seconds set location of hologram {_hologram} to location 3 meters above location of hologram {_hologram} add item diamond to hologram {_hologram} add text "&6Testing" to hologram {_hologram} add item diamond sword to hologram {_hologram} at line 3 wait 3 seconds add item light green stained glass pane to hologram {_hologram} add text "&a&l&nBottom line" to hologram {_hologram} at line 4 wait 3 seconds set {_holograms::*} to all of the holograms broadcast "%height of holograms {_holograms::*}%" broadcast "%creation time of holograms {_holograms::*}%" loop creation time of holograms {_holograms::*}: broadcast "&6%difference between loop-value and now%" broadcast "done" unregister holograms all of the holograms
Syntax:
If you have any suggestions that I should add. Please use the discussion page to notify me about them. If you need any help with this addon as well you can pm me or use the discussion of this resource, Thanks.Code (Skript):
Syntax: Conditions: CondDeleted: enabled: true description: Check if a hologram is deleted. syntax: - holo[gra(m|phic display)] %hologram% (1¦is|2¦is(n't| not)) deleted CondIsEntity: enabled: true description: Check if an entity is a hologram. syntax: - '%entity% (1¦is|2¦is(n''t| not)) [a] holo[gra(m|phic display)]' PropertyExpressions: ExprHologramDefaultVisible: enabled: true changers: '[SET]' description: Boolean to determine if hologram(s) are visible by default. syntax: - '[HolographicAddon] [the] (default visib(ility|le)|visible by default) (of|from) [the] [holo[gra(m|phic display)][s]] %holograms%' - '[HolographicAddon] %holograms%[''s] [holo[gra(m|phic display)][s]] (default visib(ility|le)|visible by default)' ExprHologramVisibility: enabled: true changers: All changers description: A modifiable list of players that can view the hologram. syntax: - '[HolographicAddon] [the] [all [[of] the]] (viewer[s]|visibil(e|ity) [list]) (of|from) [the] holo[gra(m|phic display)][s] %hologram%' - '[HolographicAddon] %hologram%[''s] holo[gra(m|phic display)][s] [all [[of] the]] (viewer[s]|visibil(e|ity) [list])' ExprHologramLocation: enabled: true changers: '[SET]' description: Returns the location(s) of the hologram(s). syntax: - '[HolographicAddon] [the] [all [[of] the]] location[s] (of|from) [the] holo[gra(m|phic display)][s] %holograms%' - '[HolographicAddon] %holograms%[''s] holo[gra(m|phic display)][s] [all [[of] the]] location[s]' ExprHologramPlaceholders: enabled: true changers: '[SET]' description: Returns a boolean that sets if the hologram(s) should support placeholders or not. syntax: - '[HolographicAddon] [the] [allowing] placeholders (of|from) [the] holo[gra(m|phic display)][s] %holograms%' - '[HolographicAddon] %holograms%[''s] holo[gra(m|phic display)][s] [allowing] placeholders' ExprHologramCreated: enabled: true description: Returns the date(s) hologram(s) were created at. Can be used in difference between syntax. syntax: - '[HolographicAddon] [the] (time created|creat(ion|ed) (date|time[[ ]stamp])) (of|from) [the] [holo[gra(m|phic display)][s]] %holograms%' - '[HolographicAddon] %holograms%[''s] [holo[gra(m|phic display)][s]] (time created|creat(ion|ed) (date|time[[ ]stamp]))' ExprHologramHeight: enabled: true description: Returns the height(s) of the hologram(s). This is determined by how many lines it has. It's overall height. syntax: - '[HolographicAddon] [the] [all [[of] the]] height[s] (of|from) [the] holo[gra(m|phic display)][s] %holograms%' - '[HolographicAddon] %holograms%[''s] holo[gra(m|phic display)][s] [all [[of] the]] height[s]' Effects: EffAppendTextLine: enabled: true description: Add a line of text to the hologram(s). syntax: - (append|add) text [line] %string% to holo[gra(m|phic display)][s] %holograms% [(in|at) line %-number%] EffHideShow: enabled: true description: Hide or show hologram(s) to player(s). syntax: - (1¦show|2¦hide) holo[gra(m|phic display)][s] %holograms% (to|from) %players% EffUnregisterHologram: enabled: true description: Unregister/Delete hologram(s) from existance. syntax: - (unregister|delete|remove) holo[gra(m|phic display)][s] %holograms% EffClearLines: enabled: true description: Clears the lines of hologram(s). syntax: - clear [the] lines of holo[gra(m|phic display)][s] %holograms% EffSetTextLine: enabled: true description: Set a line of text in the hologram(s). syntax: - set text (for|in|of) holo[gra(m|phic display)][s] %holograms% to %string% (in|at) line %number% EffRemoveLines: enabled: true description: Removes specific line(s) from hologram(s). syntax: - (delete|remove|clear) [the] lines %numbers% (from|in) holo[gra(m|phic display)][s] %holograms% EffAppendItemLine: enabled: true description: Add a hologram line of an item to the hologram(s). syntax: - (append|add) item [line] %itemtypes% to holo[gra(m|phic display)][s] %holograms% [(in|at) line %-number%] Expressions: ExprHologram: enabled: true description: Create a hologram at a location. It is returned as an expression. syntax: - '[a] new holo[gra(m|phic display)] at [the] %location%' ExprHolograms: enabled: true description: Grabs all the holograms currently registered. If the plugins string is not set, it will grab all the holograms registered under HolographicDisplaysAddon syntax: - '[(all [[of] the]|the)] holo[gra(m|phic display)]s [[(under|for)] plugin[s] %-strings%]'
Enjoy!
-
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 HolographicDisplaysAddon 1.0.0b
An addon to hook into HolographicDisplays