Commands: Step 1: Make Piglin NPC/tag @e[type=piglin,c=1] add cnpc Step 2: Make Horse NPC/tag @e[type=horse,c=1] add cnpc Step 3: Horse Invisibility/effect @e[tag=cnpc, type=horse] invisibility 5 1 true Step 4: Freeze NPCs/execute @e[tag=cnpc] ~ ~ ~ tp @s 91 5 -31 facing @p Step 5: Invulnerable NPCs/effect @e[tag=cnpc] resistance 5 225 true Step 6: Teleportation Tag/tag […]
How to make Chest Shops – Tutorial Series #018
Commands:Step 1: Chest Shop Particles (optional)/particle minecraft:totem_particle 80 5 -31 Step 2: Chest Resetter #11) /clear @a[x=80, y=5, z=-31, r=8] stained_glass_pane 142) /clone ~ ~-1 ~-1 ~ ~-1 ~-1 80 5 -31 Step 3: Chest Resetter #21) /testforblocks ~ ~ ~-1 ~ ~ ~-1 80 5 -312) /clone ~ ~-1 ~-4 ~ ~-1 ~-4 80 […]
How to use Spawn Protection – Tutorial Series #017
Commands:Step 1: Disable TNT/gamerule tntexplodes false Step 2: Disable PVP at Spawn/effect @a[x=69, y=4, z=-31, r=12] weakness 1 225 true Step 3: Kill Nearby Creepers/kill @e[x=69, y=4, z=-31, r=12, type=creeper] Step 4: Remove Gunpowder Entities/kill @e[name=Gunpowder, x=69, y=4, z=-31, r=12] Step 5: Toggle Build at Spawn/fill 73 1 -44 65 1 -19 allow (build on)/fill […]
jesser101’s Tutorial World!
Welcome to jesser101’s Tutorial World! In this world, there are currently x20 Command Block creations. As well as there being command block creations in this world, there is also a video on my youtube channel called jesser101, which explains all of the tutorials more in-depth. This map will be updated every 10 command block tutorials – so […]
How to make Particle Trails – Tutorial Series #016
Commands:Step 1: Add or Remove Particle /tag @p add p1 (adds particle trail to the closest player)/tag @p remove p1 (removes particle trail from the closest player) Step 2: Particle Trail Command (lava drip particle)/execute @a[tag=p1] ~ ~ ~ particle minecraft:lava_drip_particle ~ ~0.1 ~
How to make Auto-Refilling Chests – Tutorial Series #015
Commands:Auto-Refilling Chests/clone ~ ~1 ~ ~ ~1 ~ ~ ~3 ~