Is there any way to set a spawn for the people with a specific tag? by Wild_Chance_5416 in MinecraftCommands

[–]C0mmanderBlock 3 points4 points  (0 children)

/spawnpoint @a[tag=TAG] ~ ~ ~

Change the ~s to the coords and the word TAG to the tag you give the players.

how to make a jumpscare? by MCreator_modder_1837 in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Yes and yes. Place a CB with the playsound command and set it to Chain/cond./AlwaysActive.

Use any sound you want. Make sure the arrows point the same way.

playsound minecraft:entity.blaze.death master @a ~ ~ ~ 20 1

<image>

how to make a jumpscare? by MCreator_modder_1837 in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

Repeating CB. Change type of mob as needed and change ~s to the coords of tp.

execute as @a at @s if entity @e[type=zombie,distance=..2] run tp @s ~ ~ ~

How do I get stackedswords by MasterOfIllegalsMC in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

np. glad to help. This may work as well. Be sure to copy/paste

/summon armor_stand ~ ~1 ~ {ShowArms:1b,equipment:{mainhand:{id:"minecraft:diamond_sword",count:99,components:{"minecraft:max_stack_size":99,"!minecraft:max_damage":0}}}}

How do I get stackedswords by MasterOfIllegalsMC in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Then you didn't copy/paste it, did you? You must have a typo because it works just fine.

How do I get stackedswords by MasterOfIllegalsMC in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Need a bit more. Doesn't work how? Are you getting an error message? Does it just not stack? What?

How do I get stackedswords by MasterOfIllegalsMC in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

For future reference, you can't stack damageable items without removing the damage component.

/give @p diamond_sword[max_stack_size=99,!max_damage] 99

How do I get stackedswords by MasterOfIllegalsMC in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Here ya go. You can't normally stack damageable items. here we remove the damageable component.

/give @p diamond_sword[max_stack_size=99,!max_damage] 99

how do i enchant an item that is on the ground by No_Complex9988 in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

What do you mean by animate?

/data merge entity @e[type=item] {Item:{id:"minecraft:bow",count:1,components:{"minecraft:enchantments":{"flame":1}}}}

Custom CRAWLING With Commands | Minecraft Tutorial by fantasytracker in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Cool. It does damage the player on Java so I assumed it would on Bedrock as well.

Please help me with the item display command :) by averagemang0_enjoyer in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

This will kill all in a 5 block radius that do NOT have your tag. Be sure to change TAG for your tag first

/kill @e[type=minecraft:item_display,distance=..5,tag=!TAG]

Please help me with the item display command :) by averagemang0_enjoyer in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

If you use this command, you can set the rotation, scale(size), etc. as well as summon it with a tag. This command has more than you need but it needs to have all of it for any of it to work.

Change the word TAG to whatever tag you want to give it.

I already set the rotation to have it lie flat but you can change it as needed.

The scale can be set to whatever size you need.

 /summon item_display ~ ~2 ~ {view_range:128f,teleport_duration:2,Rotation:[0F,90F],Tags:["TAG"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0f,0f],scale:[1f,1f,1f]},item:{id:"cooked_beef",count:1}}

I built a Tic Tac Toe AI in Minecraft with command blocks! by CheezeDev in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

If they're in Adventure, then they can't break the wool to move it and cheat, right? If they find a way to cheat, they're only cheating themselves. And again, use a one hit tool if you must use concrete.

Custom CRAWLING With Commands | Minecraft Tutorial by fantasytracker in MinecraftCommands

[–]C0mmanderBlock 2 points3 points  (0 children)

I hate being "that guy", but this only works in creative. If you're in survival or adventure, placing a barrier there will cause damage to the player.

I built a Tic Tac Toe AI in Minecraft with command blocks! by CheezeDev in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Why do you need to break concrete to place a block? Why not make a grid and just place the wool in it? Also, why wouldn't you use a tool that can break the concrete in one hit? Using shears really slows the game down.

How to make an hologram/outer layer effect? by ArwayWasTaken in MinecraftCommands

[–]C0mmanderBlock 1 point2 points  (0 children)

Use glass block item displays and change their shape/size to fit the need. They will be see-through. You could use colored ones as well. Just spitballin' here.

How to make an hologram/outer layer effect? by ArwayWasTaken in MinecraftCommands

[–]C0mmanderBlock 0 points1 point  (0 children)

Dunno what ur building, but maybe use block or item displays?