trail

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. 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...
  2. emperorofwater

    Solved A trail skript

    Old Skript command /Trailon: permission: skript.trail trigger: if player doesn't have permission "skript.trailon": make console execute command "/pex user %player% add skript.trailon" wait 1 tick else: send "[&2cubedpvped&f] &6trail is on" to player if player has permission...
  3. 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...
  4. 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...