• 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!

Fixes
  • Fixed a bug where following holograms gets deleted somehow.
Fixes
  • Fixed a console error that occurs if using following holograms and a player changes their world.
Enhancements
  • Now using a lang file for the Skript types, this means you won't see types.hologram etc. in error/warning messages.
⚠️ Breaking Changes
skript-holo is now using directions instead of vectors for following hologram offsets! Because directions are more understandable and they are relative to the entity. Vectors use the cardinal directions like east and south, but with directions you can use directions like infront and right. But of course, directions can also use the cardinal directions.

Simply convert codes like
offset by vector(1, 0, 3)
to
offset by 1 meter east and 3 meters south in your scripts.

The new syntaxes and examples can be found in the docs.

Fixes
Fixed a console error when trying to teleport a deleted hologram

----------------------------------------------------------------------------------------------------
Please open an issue or use Discord for any issues or suggestions!