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. W

    Mob level script help

    I am looking to make a script that assigns mobs with a "Level". Then it assigns the mob a hologram, that displays the level. I am having trouble with de-assigning the hologram when the mob despawns/gets killed. Have a look for yourself. #goal: when a mob spawns, it assingns the mob a random...
  2. W

    Solved Help with making a moving gradient for a name.

    Hello. I would like to have a rainbow-ish coloured name tag in my Minecraft server. For example, my name tag would be: WilliamPlays0402 0.5s later: WilliamPlays0402 0.5s later: WilliamPlays0402 etc.. This is what I've achieved so far: every 5 tick: add 1 to {60ticktime} if {60ticktime} is...
  3. W

    Solved [SELF SOLVED] Help with Skungee.

    Hello everyone, I am having trouble setting up skungee. Does anyone have a tutorial, on how to set it up, or does anyone know a good, working, easy-to-use alternative? I am trying to make a bungeecord server with a server selector, to connect a player to a server - like hypixel. I suspect the...
  4. W

    Speed of the player

    Hello, is it possible to find the current speed of the player, NOT THE SPEED MULTIPLYER, the current speed (eg 5m/s) Thanks Have you googled it: Yes Have you searched the forums: Yes Have you found the result: No.
  5. W

    How to make tnt only explode blocks from a list

    Hello, I am trying to make a simple bedwars script, but I would like to only be able to explode blocks from a list called "{blockplaced::*}". Everything except the tnt is working. This is what I have coded so far, but the tnt explodes ALL blocks: on explode: loop exploded blocks: if...