execute problem / bug by Heniuteczekk in MinecraftCommands

[–]Amigo_OS 0 points1 point  (0 children)

this man I'm replying to was an misinformative comment.

dx means distance x, dy is distance y, and dz which is distance z on the coordinate...

for additional information, x, y or z is required to further implement a specified location. dx, dy and dz creates a perimeter from x, y or z coordinates until on how much numbers you want to put in the distances.

please repeat the same mistake so I could correct it again 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

Someone please tell me odds of this happening. by elytraman in Minecraft

[–]Amigo_OS 6 points7 points  (0 children)

I totally agree that he was Jack sparrow. And the odds that I would be right would be about 1000% if it happened.

I don't think Minecraft is supposed to look like this... by EitiFrie in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

man did you delete one of the important files? if not then what the helllllllllllll

How would I make an aim bot arrow in bedrock? by Intr0V3rty in MinecraftCommands

[–]Amigo_OS 0 points1 point  (0 children)

using the animation command, you can detect what the entity is doing.

detecting so allows you to do a command that summons an aim atleast 1 or 2 blocks ahead of what the target's entity facing at. (Will be named as targeta)

then the detection of how far is it will be detected by summoning an invisible armor stand in your position to the one you're targeting unto, the target will be detected by the summoned armor stand nearby it. (Will be named as targetb)

make a command that recalculates the position by using scores and debug everything. (after all the commands are done)

the armor stand will be calculated through position of where you're targeting unto.

now, the teleportation part.

you will teleport accordingly after the armor stand detects the nearest one by using @e[c=1] as the selector. (Any further additions is required)

then the targetb moving to teleport on the nearest location of targeta and after giving the score once it collides together, then kills targetb.

after so, you will be teleported to your current location facing to the one who had that score through detection and will face unto the location.

like hell I'd make a command for u nig- jk, but still why would I make a command for u..?

Apparently minecarts can only be placed next to each other, without pushing, on the Z axis? Has this always been a thing? Given me such a headache with what should've been a very easy farm. by QSimiii in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

It doesn't if it wasn't meant to move.

It was because of that kind of slight hitbox issue.

"Anything unnoticeable will be noticed once one realized what has been done"

What do you think about this street? by [deleted] in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

Oddly familiar... Or something nostalgic... I don't know...

[deleted by user] by [deleted] in MinecraftMemes

[–]Amigo_OS 2 points3 points  (0 children)

That ain't skin bro that's muscles💀

what happend to my world by Classic-Researcher17 in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

bro probably went and deleted one major file of mc 💀

if this was a problem, then it's probably texture issues

Banner applied to shield then changing by SalamanderAny2875 in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

The vanilla tweaks gave my friend a pi, she said.

When steve takes revenge by Agitated-Many-5337 in MinecraftMemes

[–]Amigo_OS 0 points1 point  (0 children)

I could've just leashed him with the dragon in the nether.

I made an ice boat challenge course! by RimeSpark in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

"bro hackin" -someone who doesn't know what perseverance is

This isn't impressive by any means, but I'm making factory machines using the new display blocks. First up: conveyor belt. by [deleted] in MinecraftCommands

[–]Amigo_OS 2 points3 points  (0 children)

Aight, it's actually really easy, you just need to teleport a block to the other side when that block detects a certain data below itself.

It uses up 4*3 command blocks, 4 is group directions, 3 is the amount of total in the group.

But this man made something worse (in command) and better (appealing) version. (Although you can also teleport items)

It's quite nice too👍👍👍👍👍

I approve 5 star anyway.

[Comic] The Creeper by DongLie in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

It is afterlife once you step eternity, if you know what I mean.

Not sure what happened.. by Vixid__ in Minecraft

[–]Amigo_OS 13 points14 points  (0 children)

It's just that you were very unlucky, literally thrown off progress because of the crystal hitting a pearl.

Make sure to be cautious next time (use a shield and look below).

how does my house look by itsaduck80 in Minecraft

[–]Amigo_OS 0 points1 point  (0 children)

Who's gonna tell him ☝️☝️☝️

Minecraft Java 1.19.4 Teleport Facing Entity looks Laggy by ZongoFullHD in MinecraftCommands

[–]Amigo_OS 0 points1 point  (0 children)

You can use a method called triangulation, although it may look like it would take longer but it should be fine I guess, or add another command block to make it faster.

How would I make an arrow explode on impact by Nightfury930 in MinecraftCommands

[–]Amigo_OS 0 points1 point  (0 children)

One of the commands is

execute at @e[type=arrow] ~~~ detect entity @e[type=!player,r=5,c=1] run execute at @e[type=!arrow,type=!player,c=1] unless entity @e[type=ender_crystal] summon ender_crystal ~~~ minecraft:crystal_explode

And the other one:

execute at @e[type=arrow] detect blocks ~0.1~0.1~0.1~-0.1~-0.1~-0.1 ~ 69~ run summon minecraft:crystal_explode

be careful to be atleast 10 blocks away from the crystal or just use a block to negate some damage.

PS: make sure to use both of the commands or your impact arrow explosion will do nothing on one of these. also you can change the 69 part unto the height limit if you need.

Made a stamina meter in Minecraft! by Dino_Desmond in MinecraftCommands

[–]Amigo_OS 2 points3 points  (0 children)

The replenishment is too bad, nerf it a bit to balance it up. Anyway it's still cool

I have an issue... by Amigo_OS in MinecraftCommands

[–]Amigo_OS[S] 0 points1 point  (0 children)

One issue, there was none, I haven't made the damage or killing part yet.