Recent content by Blueyescat

  • 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. Blueyescat

    Addon skript-holo - Bug Fix

    Fixes Fixed a bug where following holograms gets deleted somehow.
  2. Blueyescat

    TuSKe GUI Manager Tutorial

    ^^ lol btw instead of this thread, use this: https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager
  3. Blueyescat

    Addon skript-holo - Small but important fix

    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.
  4. Blueyescat

    Addon skript-holo - Fixes and use of directions instead of vectors

    ⚠️ 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...
  5. Blueyescat

    Addon skript-holo

    Because they are holograms, their string representations are always just hologram. Similar for hologram lines. But when you do send event-hologramline it will message content of the line because it will convert the hologram line to text automatically. Otherwise using content of...
  6. Blueyescat

    Addon skript-holo 1.0.2

    skript-holo A properly made Skript addon for HolographicDisplays What makes this addon better than others is, it is made properly. You will not get console errors, its syntaxes are user friendly, it fully supports API of HolographicDisplays. Also following holograms feature of skript-holo...
  7. Blueyescat

    Addon skript-holo

    skript-holo A properly made Skript addon for HolographicDisplays What makes this addon better than others is, it is made properly. You will not get console errors, its syntaxes are user friendly, it fully supports API of HolographicDisplays. Also following holograms feature of skript-holo...
  8. Blueyescat

    Solved Detect error in console [PeperSpigot 1.12+]

    These codes don't give any error with Skript 2.2-dev37c or 2.3.alpha5 with PaperSpigot 1.12.2-1.13.1. What Skript and server version you are using? (/ver and /ver skript) Anyway, you can't cancel the log event currently if you want to do. Already supressing that error wouldn't be a good idea...
  9. Blueyescat

    TuSKe GUI Manager Tutorial

    make gui slot 0 with stone: uncancel event
  10. Blueyescat

    Java to SK - Hand Location

    on load: set {PI} to eval "pi" function getHandLocation(player: player) :: location: set {_loc} to {_player}'s location set {_a} to yaw of {_loc} / 180 * {PI} + {PI} / 2 set {_l} to sqrt(0.8 * 0.8 + 0.4 * 0.4) set x coord of {_loc} to x coord of {_loc} + {_l} *...
  11. Blueyescat

    Hi

    Hi
  12. Blueyescat

    Solved NBT Error?

    It works for me always. Please give server/Skript/SkStuff versions (/ver [plugin]) and send your current code.
  13. Blueyescat

    Solved NBT Error?

    Use Skript's enchantment feature? give player a unbreakable golden helmet of protection 1 with nbt ""
  14. Blueyescat

    Solved Get rid of duplication ?

    @Donut @CrimZ0N It takes a long time to load if you use create gui instead of make/format gui. (currently a bug)
  15. Blueyescat

    Thanks

    Thanks