projectile

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

    Solved Projectile Burst

    Hey! Im looking for a way to rotate a projectile after it has been shot: loop 10 times: set {_random} to random integer between -15 and 15 shoot an arrow from {loc} at speed 1.2 #something like this: change rotation of last spawned entity by {_random} my skript addons: -skbee...
  2. T

    Boomerang help

    Hello, how can I make a boomerang projectile?
  3. T

    Particles help

    Hello I need help with particle projectiles, I dont know how to make in skript 1.12.2 with addons a particle projectile like umbaska or the magicspells and Magic plugin. Im making a self coded Harry Potter RPG server and I want to make custom spells
  4. 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...
  5. T

    Invisible proyectiles help

    Hi, I want to know how can I make invisible a fireball or any other projectile like an snowball or an arrow with packets or any other form because im making a magic spell skript for my server and I only know how to do them shooting a projectile trailed with skdragon particles. (I know how to...
  6. T

    Make a projectile invisible

    Hi, I want to know how can I make invisible a fireball or any other projectile like an snowball or an arrow with packets or any other form because im making a magic spell skript for my server and I only know how to do them shooting a projectile trailed with skdragon particles. (I know how to...
  7. T

    A

    .
  8. C

    For 40 seconds, set all arrows fired to have effects

    Hello all, I've recently started using Skript and am really stuck with how to do a few things. I'd like to have a script that does the following. (Note that this uses a custom item/handle in the first part which triggers when the item is just right clicked. This works fine and my query isn't...
  9. G

    Could you give me some help? (About projectile)

    Skript ver: 2.4 Mincraft ver: 1.12.2 I was making a skript about gun which shoots stone button, but the effects when button hits the entity doesn't work and also reloading system doesn't work too. I need some feedback and help to fix my code. On Load: set {ammo} to 20 command /gun...
  10. R

    How to send a sound or message when a projectile hits an item frame

    How to send a sound or message when a projectile hits an item frame? Can I also prevent the item frame from being deleted in that case?
  11. R

    Solved How to send a sound or message when a projectile hits an item frame

    How to send a sound or message when a projectile hits an item frame? Can I also prevent the item frame from being deleted in that case?
  12. E

    Particles around arrow

    hey, I tried to make arrows with particles on a 1.8.8 server but it doesn't work. There are no erros but nothing happens, when i shoot an arrow! on shoot: projectile is arrow: while ground state of projectile is false: play heart at projectile wait 1 tick...
  13. 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...
  14. Aidanete

    Solved Anyway to detect the hitten block of a projectile hit event?

    Here is my code, I want to make eggs destroy blocks, but I tested with event-block and didn't work, and this I used to replace it in my code doesn't remove the blocks. HELP! on projectile hit: projectile is an egg: shooter is a player: block at projectile is tnt...
  15. 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...
  16. Selvati

    Solved Projectile Trails

    I know that it is possible to give arrows a custom particle trail using the code below, how can I do this same effect for fishing rods, snowballs, and eggs? on shoot: projectile is arrow: while ground state of projectile is false: play heart at projectile...
  17. Selvati

    Solved 1.12.2 Projectile Trail

    To my knowledge and what I have attempted, no public skript for projectile trails works on spigot 1.12.2, in the past few days many problems have arisen for me with my plugins, if anyone has advice on how to do this in 1.12.2 bypassing the no longer workingg methods, then please do leave a...
  18. A

    Solved how to make a rebound ? (advenced math)

    Hi everyone (I'm FR, sorry for my english)! I have my own projectile trajectory system based on the reality. This cool system allows me to predict the trajectory of my projectile even before firing (in 1 tick)! How to calculate a projectile rebound against a block ? (I'm talking about a...
  19. T

    Particles help (Urgent)

    I want to know if is possible to use block break or colored red dust particles in umbaska particle projectiles, and if is possible, how to do it
  20. T

    Help with particle projectiles please

    I want to know how to make a instantly particle projectile that doesn't have spaces between each particle I mean that when you set more speed to a particle projectile in umbaska it make it faster but it have spaces between each particle that are bigger the more speed, and what I want to make is...