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 ~
How to make Floating Signs – Tutorial Series #014
Commands:Floating Signs (example commands)1) /give @p structure_void 2) /give @p barrier 3) /setblock ~1 ~2 ~ warped_wall_sign 4) /setblock ~1 ~2 ~ crimson_wall_sign 5
How to create Custom Portals – Tutorial Series #013
Commands:Custom Portal Commands 1) /execute @a ~ ~ ~ execute @s ~ ~ ~ detect ~ ~ ~ stained_glass_pane 3 tag @s add portal 2) /effect @a[tag=portal] blindness 5 225 true 3) /playsound portal.travel @a[tag=portal] 4) /title @a[tag=portal] title §5§kXXXXXXXXXXXX 5) /tp @a[tag=portal] 67 5 16 6) /tellraw @a[tag=portal] {“rawtext”:[{“text”:”§aSuccessfully teleported to §gSpawn!”}]} 7) /tag […]