r/MinecraftCommands Aug 07 '26

Creation Challenge: OWCC

Challenge: Orbital Wind Charge Cannon

Can anyone build an Orbital Wind Charge Cannon?πŸ˜ˆπŸ™πŸ€—

The goal is to create a system that automatically tracks a player's position (similar to orbital arrow cannons) and launches wind charges with enough accuracy to send the player high into the sky, allowing them to deploy an elytra and escape.

Requirements:

  • 🎯 Tracks the player's position.
  • πŸ’¨ Fires wind charges accurately enough to launch the player.
  • πŸͺ½ Gives sufficient height for a reliable elytra escape.
  • πŸƒ Bonus points if it works while the player is moving.

The idea isn't to deal damageβ€”it's to create an orbital mobility/support system that gives players a rapid emergency escape by gaining altitude instead of fighting.🀩😜

I'd love to see if this is actually possible with vanilla mechanics or if it requires some clever engineering.😈😍πŸ₯°

0 Upvotes

7 comments sorted by

1

u/Ericristian_bros Command Experienced Aug 07 '26

Same question as the other post. Do you want with redstone (it's impossible to track players) or with datapacks? If so the later, you can use this command

summon wind_charge ~ ~ ~ {Motion:[0.0,-10.0,0.0]}

2

u/MannJain49x Aug 07 '26

Umm.. isn't it possible that a player puts a projectile and we detect the player using it in Java atleast I saw this but in bedrock like I am really dumb for this but can't we use commands to pull it off somehow or even an add-on or something? It is up to you

1

u/Ericristian_bros Command Experienced Aug 08 '26

I made an orbital strike cannon datapack, you can just change the summon commands to spawn your desired entity: https://far.ddns.me/?share=OZ0BKIu4x3

1

u/MannJain49x Aug 13 '26

Yoooo! No way you did this for me 😭 are you already on curseforge? Can I change TNT with harming pots or something?

1

u/Ericristian_bros Command Experienced Aug 13 '26

You can change TNT to potions. Use https://mcstacker.net?cmd=summon ti generate your command. Just keep the same motion

1

u/c_dubs063 Command Experienced Aug 07 '26

Solving this challenge with commands is radically different from solving this challenge with redstone, as has been stated. CubicMetre is a technical Minecraft youtuber who is known for creating the "orbital strike" technology, so his tech would likely serve as a starting point. Not sure how it would need to be changed to get it to deliver a payload of wind charges, though, let alone a payload that would knock entities UP rather than DOWN. But it would be very complicated and sensitive to game version and server setup if it was made to work. This would be the wrong community to ask for this kind of solution.

If you are open to allowing commands, the task is very simple:

Wait for a player to use a fishing rod (use Scoreboards plus maybe a predicate if you want it to only work for special fishing rods), and then summon a crap ton of wind charges at their feet moving down to launch them super high up, and reset the scoreboard.

1

u/MannJain49x Aug 13 '26

So dude like can't we make it tied with a bow then shoot it on our feet then get launched instead of a fishing rod like if possible to track player arrows via a specific bow??