New custom command: LAUCNHENTITY {entityType} {velocity}
 example: LAUCNHENTITY ZOMBIE 2
 
 
New now you can create custom WitherSkull Projectile
 example: 
 
 
 
  Code (YAML):
 
 
 
  type
  : WITHER_SKULL
  
 customNameVisible
  : true
  
 customName
  : 
  "CustomWitherSkull1"
  
 glowing
  : false
  
 incendiary
  : false
  
 bounce
  : true
  
 gravity
  : true
  
 charged
  : true
  
 despawnDelay
  : 3 
  #in seconds
  
 velocity
  : 1 
  #you can multiply the velocity (speed) ex velocity: 2.5
  
 silent
  : false
  
 
  #particlesType: FLAME #https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html
  
 particlesAmount
  : 10
  
 particlesOffSet
  : 0.5
  
 particlesSpeed
  : 0.3
  
 particlesDelay
  : 1 
  #in tick
 
 
 
New to simplify your comand you can user 
 - LOOP START: {amount}
 - LOOP END
 example:
 
 commands:
 - LOOP START: 3
 - LAUNCH ARROW
 - DELAY 1
 - LOOP END
 
 ====>
 
 commands:
 - LAUNCH ARROW
 - DELAY 1
 - LAUNCH ARROW
 - DELAY 1
 - LAUNCH ARROW
 - DELAY 1
 
 
 
 Good dev, if you have problem or suggestion join my discord !
  
  
 ![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FjbMwAnJ.jpg)