Skip to content

Releases: Blueyescat/skript-holo

Bug Fix

29 Aug 20:34
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where following holograms gets deleted somehow.

Small but important fix

17 Jul 10:54
Compare
Choose a tag to compare

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.

Fixes and use of directions instead of vectors

05 May 22:39
Compare
Choose a tag to compare

⚠️ 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 Skript Hub 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!

Small fixes

23 Feb 11:39
Compare
Choose a tag to compare
Small fixes Pre-release
Pre-release
  • Fixed startup errors when the server doesn't have ProtocolLib
  • Fixed console error when the location is undefined on the create hologram effect

First Release 🎉

19 Feb 20:06
Compare
Choose a tag to compare
First Release 🎉 Pre-release
Pre-release

Finally a proper addon for HolographicDisplays!

This is a beta release, please open an issue for any issues or suggestions!

Read the docs on Skript Hub