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

    Detect if ball goes through hoop

    I would like to detect if a snowball goes through a hoop. Is there any way to do this?
  2. I

    Make player larger

    I need help to make a player larger (to be specific, 4 blocks tall and 2 blocks wide) on join. Here is my code: on join: if {race::%player%} is "giant": # make player large
  3. I

    'on damage' doesn't work in commands

    I have this here: command /avadakedavra: aliases: /ak trigger: if player is holding a stick: message "Avada Kedavra!" make player shoot snowball on damage: projectile exists projectile is a snowball...