snowball

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

    Solved Throwing Axe & Invisible Snowball

    Skript Version: Skript 2.2-dev36 Skript Author: Bensku Minecraft Version: 1.8.8 --- I want to throw an axe and deal damage to player. As of now, I'm writing it to throw both with the snowball doing its damage. So I want to hide the snowball so that it can only see the axe or if anyone has a...
  2. B

    Raining Snowballs

    Category: Weather, magic Suggested name: SnowballRain Spigot/Skript Version: 1.18.1 / 2.6 What I want: I want to be able to rain snowballs down around a certain radius, but in random locations each time. E.g., when the command is executed, 50 snowballs will appear within the 100 block radius...
  3. A

    Shoot snowball rendered as...

    snowballs are able to be rendered as other block/items in minecraft (screenshot from mcstacker.net) is it possible to do this in skript? this is the code ive got but doesn't work (im also using the addon SkBee) on right click with stick: shoot snowball add...
  4. NCSGeek

    Solved 'on projectile hit' victim.

    I need to apply slowness to the victim on a snowball. But I cant find how to do so in the forums or the docs. Skript Version: Skript v2.2-dev34 Skript Author: Bensku Minecraft Version: 1.11.2 --- on projectile hit: projectile is a snowball apply slowness 2 to the target Errors on...