
Hey everybody, it’s UnderMyCap, and welcome back to another video. Today, I’m going to be showing you how to make a knockback stick level 1000 in Minecraft Bedrock. If you’re on Java Edition, don’t worry; I have a video for you linked in the description. But for Bedrock users, which is basically MCPE, let’s get started. As you can see, I have a stick, and when I hit a mob, it doesn’t really go that far. First of all, what you want to do is get a command block. To do this, you need to type in “/give @s command_block.” When you hit enter, you’ll receive a command block, and we can move on to the next part. Now, let’s set down the command block. For the command, I’m going to simply hit the plus icon to expand it. This is a little bit complex, but if you follow along, it should be simple. I will break it down into chunks to explain what each part does. First, we want to execute the command and check if a player has a stick item. I’m going to enter the following command: `/execute as @a at @s positioned 3 2 0 if entity @e[r=3,has_item={id: “minecraft:stick”},location=slot.weapon.mainhand] run tp @e[type=!player,r=3] ~ ~ ~20 ~30` What this command does is it checks if an entity is holding a stick in their hand, and if they are, it runs a command that teleports mobs away from themselves. The command `tp @e[type=!player,r=3]` means we want to teleport all entities that are not players within a radius of three blocks. Now, we need to ensure that we teleport them away, so we can use the tilde (~) symbol to indicate the relative position from where they are located. I’ve set the teleportation values to 20 and 30 to propel the mob in a specific direction. Make sure you type this command exactly as shown; I will also have it in the description for you to copy since it’s a bit lengthy. Once you’ve saved it by clicking the X, let’s test it out. If I spawn a chicken and hit it, it flies away! How about a sheep? Wow, okay! The fun part is that this also works with items. If I have items on the floor and walk up to them, you’ll see that they go flying. I can pick them up, and they literally soar into the air; it’s just such a cool command! That’s about it for this tutorial. If you enjoyed the video, please don’t forget to leave a like and subscribe. It would be greatly appreciated, and I can’t wait to see you in the next video. See ya!
This post has used AI to generate and enhance content and uses ads to maintain funding for the site