Search results

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

    Skellett boss bar flags help

    Hi! I've been trying to use this script, which loads with no errors: command /weather [<text>]: trigger: if arg-1 is "fog": set {_bar} to new bossbar add player to bossbar {_bar} set the visibility of bossbar {_bar} to true add flag...
  2. Gladrian

    Solved Massive lag spikes caused by time interval events

    Skript version: bensku dev32 My server has been experiencing a big lag spike every 5 minutes for quite a while now. I've taken lots of timings reports, but they all give different reasons for the spikes. Here's what one looks like: https://timings.spigotmc.org/?url=lanevopope I've already...
  3. Gladrian

    "Variables possibly discarded"

    I've been getting this error message when my server starts up. It loads variables beforehand, but then it stops and displays the message. No scripts or variables load after the message appears. The server starts fine, just not Skript. (Note: read from bottom to top; Multicraft prints it...
  4. Gladrian

    Solved Replacement for "new vector"/"velocity" in RandomSK?

    Hi - I'm currently working on updating my server, which heavily uses Skript and addons, to 1.11.2. I've had a lot of trouble with RandomSK and so far haven't found a version that works. The expressions that I use most from it are the "new vector" and "velocity" expressions. Is there an...