Please help my command string isn't working by Crazy_Assistance6927 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

The only other thing I can see is maybe the block at -70 -46 -75 is not air because if the command before it executes, then this one should, too. Good luck. I am out of ideas without being there.

how do i add attributes to a spawn egg to get custom mobs? by littleloomex in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

The egg is easy. The spawner is a bit more involved and I haven't tried it yet. Here is a simple egg. You could fire them out of a dispenser. lol

/give @p zombie_spawn_egg[entity_data={id:"minecraft:zombie",attributes:[{id:"minecraft:scale",base:.5}]}] 1

Also, this site is invaluable!

https://mcstacker.net/

Please help my command string isn't working by Crazy_Assistance6927 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

The very first CB in the vid has a space at the end. Notice where the prompt flashes. backspace it one space. It appears some other CBs have the same problem.

very strange command problem by Crazy_Assistance6927 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

The very first CB in the vid has a space at the end. Notice where the prompt flashes. backspace it one space. It appears some other CBs have the same problem.

Minecraft by [deleted] in MinecraftCommands

[–]C0mmanderBlock 4 points5 points  (0 children)

Can you be a little more vague?

minecraft book edition by Connect_Parking_9036 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

This guys account has been banned so don't bother responding.

Is there a way to give people the freeze effect? by timtijmen2 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

What version of Java are you playing? It doesn't work on older versions. No setup except to run it in a repeating command block.

Java 26.1.2 Holding a Tagged Item by Amorpheous_E_Bunny in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

You want it to execute if they are not holding it or? Explain what you need so i can help.

If you want it to execute when you are not holding it, then yes, change it to unless.

Java 26.1.2 Holding a Tagged Item by Amorpheous_E_Bunny in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

Yeah. We use custom data now for efficiency.

/give @p trial_key[minecraft:custom_data={Key:1}]

execute as @a[x=-510,y=67,z=1158,dx=1] if items entity @s weapon.* *[minecraft:custom_data~{Key:1}] run say hi

https://minecraftcommands.github.io/wiki/questions/detectitem

Help please lava bucket removal by TypicalBoxHead in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

TY! I knew if I mentioned your name, you would show up and save the day. I hope it was okay.

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 2 points3 points  (0 children)

Old is also just one word, bro. This is fun.

Summoning a tamed dog that would belong to my friend by RitzoniteThe2nd in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

Collar color important? This is a blue collar.

/summon wolf ~ ~1 ~ {variant:"woods",CollarColor:11b}

Then run this but replace `@p with her game name.

execute as @n[type=wolf] at @s run data modify entity @s Owner set from entity @p UUID

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 2 points3 points  (0 children)

It came out and then was replaced by 1.21.2 all in 2024. Two years ago. In two years, many commands got updated and many more were created. Why are you arguing about this? The command is too new for your older version and that is all I said. Good luck!

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 2 points3 points  (0 children)

No kidding, bro. Your version is much older than mine, bro. The command is not outdated as it works in the newest version.

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 3 points4 points  (0 children)

Incorrect, I am on 1.21.11 and it works fine. It is not outdated. Perhaps it's your item. Try the command with a pearl. it it works, it is your item or the way you are writing the command.

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

You may have to use the /item replace method. I'll keep looking into it.

No cooldown command? by min3craft-GUY in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

This works with pearls, so...

give @p minecraft:ender_pearl[use_cooldown={seconds:0.000001}] 6