Launch Arrows in cone
Projectile creation
- The first step when working with custom projectiles is creating the projectile, in this case, its name will be "cone" so:
- /score projectiles-create cone
- It will be an arrow + particles + invisible(you can edit it as you want), once done you have to save the projectile.
Item creation
- It will be a blaze powder that when right clicking, it launches 5 arrows in cone, so, let's create the item, set the material, the name and the lore.

- Now the activator, as I said I wanted right clicking, so let's create that.
- In commands we will add the next custom command: LAUNCH (take a look at the wiki if don't know how to add it)
- It will finally look like this:
- LAUNCH cone 20 0
- LAUNCH cone 10 0
- LAUNCH cone 0 0
- LAUNCH cone -10 0
- LAUNCH cone -20 0
- And that's all, save everything and let's test.

- And that's all, now that we've finished it, it would look really cool if the projectile makes appear fire everywhere, in blocks, entities, etc, but it would need premium, if you have it and want to do it feel free to ask in Discord. Have a nice day
Try it now
Copy this into ExecutableItems and reload
Taken from this page. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.
- LAUNCH cone 20 0
- LAUNCH cone 10 0
- LAUNCH cone 0 0
- LAUNCH cone -10 0
- LAUNCH cone -20 0Plugin used on this page
ExecutableItemsCustom items with abilities, activators and commands — no code.
- 5.0/5 from 10 reviews
- 3.2K servers running it right now (bStats)
- 52 downloads on SPlugins
€19.99
one-time, lifetime updates
Created Oct 26, 2025Last updated Jun 22, 2026 by Ssomar
Edit this page on GitHub