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 […]
How to make a Player Tracking Compass – Tutorial Series #012
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