Uploaded March 2022 | Updated September 2026, 1 week ago
A Minecraft paint command that gives you a brush to do art with!
TIME TO DO SOME BIG ART
WorldEdit has a challenger.
Set your command blocks to repeat.
Control+Middle Click them to copy the code inside to your hotbar.
Underfoot setblock nearby player:
execute at @p as @p if data entity @s {SelectedItemSlot:0} run setblock ~ ~-1 ~ minecraft:black_concrete
5x5x5 sitting on top:
execute at @p[gamemode=spectator,name=DoctorPlasma] as DoctorPlasma if data entity @s {SelectedItemSlot:0} run clone {xyz1} {xyz2} ~-2 ~-1 ~-2 masked
1 block clone: (same xyz twice)
execute at @p[gamemode=spectator,name=DoctorPlasma] as DoctorPlasma if data entity @s {SelectedItemSlot:0} run clone {xyz1} {xyz1} ~ ~1 ~
Wiki Links:
minecraft.fandom.com/wiki/Target_selectors
minecraft.fandom.com/wiki/Commands/execute
Twitter: twitter.com/plasma_doctor
A Minecraft paint command that gives you a brush to do art with!
TIME TO DO SOME BIG ART
WorldEdit has a challenger.
Set your command blocks to repeat.
Control+Middle Click them to copy the code inside to your hotbar.
Underfoot setblock nearby player:
execute at @p as @p if data entity @s {SelectedItemSlot:0} run setblock ~ ~-1 ~ minecraft:black_concrete
5x5x5 sitting on top:
execute at @p[gamemode=spectator,name=DoctorPlasma] as DoctorPlasma if data entity @s {SelectedItemSlot:0} run clone {xyz1} {xyz2} ~-2 ~-1 ~-2 masked
1 block clone: (same xyz twice)
execute at @p[gamemode=spectator,name=DoctorPlasma] as DoctorPlasma if data entity @s {SelectedItemSlot:0} run clone {xyz1} {xyz1} ~ ~1 ~
Wiki Links:
minecraft.fandom.com/wiki/Target_selectors
minecraft.fandom.com/wiki/Commands/execute
Twitter: twitter.com/plasma_doctor
![Minecraft APOCALYPSE Command
Minecraft perpetual apocalypse using just one command!
(do more of it to speed up the process!)
Try the command in chat first, and dont do this in a world you dont want to lose, a typo resulting in a pure @e may PERMANENTLY crash the world
Some of these on repeat always active:
/execute as @e[type=creeper] at @e[type=creeper] run summon tnt ~ ~ ~
/execute as @e[type=zombie] at @e[type=minecraft:zombie] run summon tnt ~ ~ ~
/execute as @e[type=spider] at @e[type=spider] run summon tnt ~ ~ ~
/execute as @e[type=skeleton] at @e[type=skeleton] run summon tnt ~ ~ ~
Also Helpful:
/gamerule commandBlockOutput false
/gamerule doTileDrops false
/effect give @e minecraft:glowing
Twitter: https://twitter.com/plasma_doctor Minecraft APOCALYPSE Command](https://i.ytimg.com/vi/WOl0O0TraGs/mqdefault.jpg)

![Portable Torch Lighting, but NO MODS or OPTIFINE (or Shaders)
Carriable portable light without Optifine!
Heres a neat way to have your handheld torch light up the area.
Its one command with a cleanup pre-command.
1) repeat bottom block
execute as @p at @s run fill ~-1 ~ ~-1 ~1 ~3 ~1 air replace light
2) chain top block
execute as @p at @s if entity @s[nbt={Inventory:[{Slot:-106b,id:minecraft:torch}]}] run fill ~ ~1 ~ ~ ~1 ~ light[level=14] replace air
Join us on Discord! https://discord.gg/ewKF8NtAn2
Twitter: https://twitter.com/plasma_doctor Portable Torch Lighting, but NO MODS or OPTIFINE (or Shaders)](https://i.ytimg.com/vi/X3ZdXeDAHzQ/mqdefault.jpg)
![Minecraft MCC Ace Race Recreation (1.18 and 1.19)
Like Minecraft MCC? Like Racing?
This is my MCC 22 Ace Race Recreation!
Vanilla with no mods!
I even made the textures myself!
Static in video, 1.18
https://drive.google.com/file/d/18fpawH7OxkKEOpfmX61OvtS5LvqVw6WG/view?usp=sharing
ANIMATED 1.19 VERSION
https://drive.google.com/file/d/1dCNsA206HPpe8hVXV-S-oJzNBIx1ZU4k/view?usp=sharing
Grians MCC 22 Ace Race run:
https://youtu.be/hCJdOcsvUGo?t=1739
Commands:
Needed unbreakable items:
/give @p trident{Unbreakable:1,Enchantments:[{id:riptide,lvl:2}]} 1
/give @p elytra{Unbreakable:1,Enchantments:[]} 1
/give @p netherite_boots{Unbreakable:1,Enchantments:[{id:depth_strider,lvl:3}]} 1
Yellow Boost:
execute as @a at @s if block ~ ~-1 ~ minecraft:yellow_glazed_terracotta run effect give @s minecraft:speed 1 2 true
Red,Pink,Magenta jump (do these for each)
execute as @a at @s if block ~ ~-1 ~ minecraft:red_glazed_terracotta run effect give @s minecraft:jump_boost 1 10 true
execute as @a at @s if block ~ ~-1 ~ minecraft:red_glazed_terracotta run effect give @s minecraft:speed 1 1 true
Join us on Discord! https://discord.gg/Mgfbq9ReSM
Twitter: https://twitter.com/plasma_doctor Minecraft MCC Ace Race Recreation (1.18 and 1.19)](https://i.ytimg.com/vi/XOWYeZKK9KE/mqdefault.jpg)






