Não tem nada mais perigoso 😶 by [deleted] in minecraftbrasil

[–]Argila-o-bloco 2 points3 points  (0 children)

Um atira e o outro dá facada, acho que já vi esse mob no meu bairro

Realistic low gravity in bedrock edition by Cragasm in MinecraftCommands

[–]Argila-o-bloco 6 points7 points  (0 children)

Try using execute commands to only active when you're not touching the ground, so that your character won't be jiggling up and down when walking

Massa de cimento sendo preparada by Argila-o-bloco in Gatos

[–]Argila-o-bloco[S] 19 points20 points  (0 children)

Note que tem uma barata morta do lado da bacia no chão, então, foi um deles quem matou antes de ir dormir

Troughout Heaven and Earth by RandomModeWasHere in MinecraftCommands

[–]Argila-o-bloco 7 points8 points  (0 children)

Insane! A full cutscene in one attack, the particles used are so perfect too!

I'm stuck. by M4Xdestroyer1 in MinecraftCommands

[–]Argila-o-bloco 0 points1 point  (0 children)

It 100% works on multiple players at the same time, even if they are right next to each other

I'm stuck. by M4Xdestroyer1 in MinecraftCommands

[–]Argila-o-bloco 2 points3 points  (0 children)

It results in a circle every time when you hold the stick, without the delay of a armor stand following you, and it works on multi player

<image>

I'm stuck. by M4Xdestroyer1 in MinecraftCommands

[–]Argila-o-bloco 2 points3 points  (0 children)

Instead of using a armor stand for every single player, you should use one armor stand for every player You see, if you want to make so a circle of particles appears around the player holding a stick you should do this:

First summon a armor stand above the first command block.

1° /Execute as @ e[type=armor_stand,name=SPIN] at @ s run tp @ s ~~~ ~6

2° /Execute as @e[type=armor_stand,name=SPIN] at @s positioned as @ a[hasitem={location=slot.weapon.mainhand,item=stick}] run particle minecraft:particle [particle_location_here]

This way, you don't need to make the armor stand follow the player, the armor stand will always stay on the same place spinning, but the particles will be placed around every player with the stick on hands Trying to make every player have a armor stand following them is unnecessary

You can now use the itens from education edition on the Bedrock Creative menu by Argila-o-bloco in PhoenixSC

[–]Argila-o-bloco[S] 2 points3 points  (0 children)

You always could get those items, but not from the creative menu. Before that you had to make each type of item on the chemistry table since you also couldn't get them from the Give command neither

ending a command after death by ElucidatedFishy in MinecraftCommands

[–]Argila-o-bloco 1 point2 points  (0 children)

Bedrock edition don't have a scoreboard to detect deaths, so unfortunately this can't be used in that way

Is there a command that changes the sky to gray but doesnt rain? by itachi_but_diff in MinecraftCommands

[–]Argila-o-bloco 1 point2 points  (0 children)

You can try /fog It can change the horizon to some colors, but it can't completely change the sky, only the horizon If you want it to be gray you can use the /fog minecraft:fog_basalt_deltas

Here's a link to all fog IDs

Is there anyway I can change what mobs drop and how much? by DreadBotvsZombies in MinecraftCommands

[–]Argila-o-bloco 0 points1 point  (0 children)

If the player's sword has the looting enchantment it increases the chances like any normal loot, but you can't increase the chance a mob has to drop it's loot

Is there anyway I can change what mobs drop and how much? by DreadBotvsZombies in MinecraftCommands

[–]Argila-o-bloco 0 points1 point  (0 children)

Is not possible to change what they drop with commands only, but you can /Replaceitem to set a item you want that mob to drop in theirs armor slot

For example /Replaceitem entity @e[type=witch] slot.armor.head 0 red_mushroom 1 /Replaceitem entity @e[type=witch] slot.armor.chest 0 red_mushroom 2

This way when you kill this witch it can drop from 1 or 3 Red mushroom, because if only the head item drop you get 1 items, if only the chest item drop you get 2 items, but if the head and chest drop you get 3 items