Skologram
A Skript addon that provides integration with hologram plugins.
Supported plugins:
- DecentHolograms
Usage examples
Here are several practical examples of using this plugin in Skript files:
Editing a hologram line:
set line 1 of hologram "cat" to "meow"
Creating a new hologram:
create a new hologram:
name: "jumpscare"
location: 1 meter in front of player
lines: "&cRAHH!", "&7Get jumpscared!"
Hiding a hologram from a player:
hide hologram "ghost" from player
Additional usage examples are available directly in the plugin's source code, where they are thoroughly commented.
Requirements
Requires Skript version 2.7.0 or higher to function properly.
The developer created this plugin to eliminate constant console messages like "This line has been set!", which were interfering with seeing truly important information.