Uploaded February 2023 | Updated September 2026, 2 weeks ago
Time for more quests! Stormy and Plasma back at it!
Let's see if we can get to a new area!
To preview datapacks, mods, SMPs, and maps coming soon:
Support on Patreon: patreon.com/doctorplasma
Join us on Discord! discord.gg/ewKF8NtAn2
Twitter: twitter.com/plasma_doctor
Time for more quests! Stormy and Plasma back at it!
Let's see if we can get to a new area!
To preview datapacks, mods, SMPs, and maps coming soon:
Support on Patreon: patreon.com/doctorplasma
Join us on Discord! discord.gg/ewKF8NtAn2
Twitter: twitter.com/plasma_doctor



![Minecraft Place Command Tricks 22w18a
Minecraft Snapshot 22w18a is out with the new place command!
Place an instant forest with these easy commands!
Ill leave the other place command tricks for you to be the first to do.
In order to fill in the space evenly with spreadplayers, you want your two numbers,
(min distance apart) and (radius) to be so the first is half the second one.
1
Run this a bunch of times or paste it into a repeating block to get 20 of them.
/summon minecraft:armor_stand ~ ~1 ~ {Tags:[forest1]}
2
Run this one again if it fails. Spreadplayers is non-deterministic as it chooses random spots and THEN looks around, so it may randomly fail and then just work the next try.
spreadplayers ~ ~ 30 60 false @e[tag=forest1]
3
Repeat step 1 on each of the first armor stands!
execute as @e[tag=forest1] at @s run summon minecraft:armor_stand ~ ~ ~ {Tags:[forest2]}
4
Repeat step 2 on each of the first armor stands!
execute as @e[tag=forest1] at @s run spreadplayers ~ ~ 15 30 false @e[tag=forest2,distance=0..2]
5 The Grand Finale, place the tree of your choice with the place command!
/execute as @e[tag=forest2] at @s if block ~ ~-1 ~ minecraft:grass_block run place feature minecraft:dark_oak
6
Finally kill off your armor stands.
/kill @e[tag=forest1]
/kill @e[tag=forest2]
Twitter: https://twitter.com/plasma_doctor
I did a forest3 third round of 8000 armor stands in testing and basically crashed my game.
0/10 wood not recommend Minecraft Place Command Tricks 22w18a](https://i.ytimg.com/vi/KuzhlS1LmeE/mqdefault.jpg)




![Minecraft Baby to Adult Age Command!
Minecraft babies to adult mobs, and mobs to babies!
Its an easy intro to using commands.
Like and share if you want me to do more command videos!
Commands:
Baby to adult:
/data merge entity @e[limit=1,distance=0..2,nbt=!{Age:0}] {Age:0}
Turn a cow into a baby:
/data merge entity @e[type=minecraft:cow,limit=1,distance=0..50,nbt={Age:0}] {Age:-9999}
Twitter: https://twitter.com/plasma_doctor Minecraft Baby to Adult Age Command!](https://i.ytimg.com/vi/MCpcfMRRSZE/mqdefault.jpg)

