Commands:Step 1: Become Speedrunner /tag @p add speedrunner Step 2: Become Hunter /tag @p add hunter Step 3: Speedrunner Tracking Compass /execute @p[tag=speedrunner] ~ ~ ~ setworldspawn ~ ~ ~ Step 4: Compass Giver (optional)/replaceitem entity @a[tag=hunter] slot.hotbar 8 compass 1 0 Step 5: Compass Remover (optional)/execute @a[tag=hunter] ~ ~ ~ kill @e[name=”Compass”,r=20] Step 6: […]
How to make Server Crates – Tutorial Series #011
Commands:Step 1: Crate Resetter 1) /clear @a[x=-4, y=5, z=-28, r=10] stained_glass_pane 14 2) /clone ~ ~1 ~ ~ ~1 ~ -4 5 -28 Step 2: Detect Key (common crate) 1) /testforblocks ~ ~1 ~ ~ ~1 ~ -4 5 -28 2) /tag @a[x=-4, y=5, z=-28, r=10] add crate 3) /setblock -4 5 -28 air 4) […]
How to use /sudo (tellraw) – Tutorial Series #010
Commands:/Sudo Example Commands 1) /tellraw @a {“rawtext”:[{“text”:”§ejess3r101 joined the game”}]} 2) /tellraw @a {“rawtext”:[{“text”:”§ejess3r101 left the game”}]} 3) /tellraw @a {“rawtext”:[{“text”:”<jess3r101> I like milk”}]}4) /tellraw @a {“rawtext”:[{“text”:”jess3r101 tried to swim in lava”}]} ✅MCPE Colour Codes [Guide]
How to Create Custom Ranks – Tutorial Series #009
Commands:Step 1: Add “rank” Scoreboard /scoreboard objectives add rank dummy “§g§lVIP” Step 2: Add or Remove VIP Rank /scoreboard players add @p rank 0 /scoreboard players reset @p rank Step 3: Set Display VIP Scoreboard 1) /scoreboard objectives setdisplay belowname rank 2) /scoreboard objectives setdisplay sidebar rank Step 4: VIP Rank Perks 1) /effect @a[scores={rank=0}] […]
How to Create Custom Floating Text – Tutorial Series #008
Commands:Step 1: Summon NPC (examples)/summon npc “§4floating text” /summon npc “§6yoghurt” Step 2: Setblock Command /setblock ~ ~-1 ~ lapis_block
How to summon Cursed Mobs – Tutorial Series #007
Commands:Cursed Mobs Commands 1) /summon minecraft:hoglin ~ ~ ~ cursed 2) /summon minecraft:piglin_brute ~ ~ ~ cursed 3) /summon minecraft:piglin ~ ~ ~ cursed 4) /summon enderman ~ ~ ~ cursed 5) /summon minecraft:bee ~ ~ ~ cursed 6) /summon zombie ~ ~ ~ cursed 7) /summon wolf ~ ~ ~ minecraft:on_tame
How to Randomise Chest Loot – Tutorial Series #006
Commands:Step 1: Add and Display Scoreboard 1) /scoreboard objectives add chestloot dummy “§9Chest Loot” 2) /scoreboard objectives setdisplay sidebar chestloot Step 2: Add Randomise Chest Button (input) 1) /scoreboard players random @a chestloot 1 5 2) /setblock (co-ordinates where you want the redstone block set) redstone_block Step 3: Clone Chests (output) 1) /setblock ~ ~1 […]