361: Sword in a stone which can be pulled out. [Minecraft Map Making]
Ep361: You know the story. It's a sword, it's in a stone, you can pull it out. :)
00:00 Intro
00:40 Give Egg - place
01:20 Give Egg - remove
02:00 Controller - place
11:30 Controller - remove
15:30 Controller - main
Version: 1.19.4
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" and "less than" with the appropriate angled bracket.
Commands used:
Give Egg - Place:
IUN: give @p slime_spawn_egg{display:{Name:'{"text":"Sword: Place"}'}, EntityTag:{id:"minecraft:marker", Tags:["sword_place"]}}
Give Egg - Remove:
IUN: give @p strider_spawn_egg{display:{Name:'{"text":"Sword: Remove"}'}, EntityTag:{id:"minecraft:marker", Tags:["sword_remove", "sword"]}}
Controller - Place:
RUA: execute at @e[type=marker, tag=sword_place] run setblock ~ ~ ~ chiseled_stone_bricks
CUA: execute at @e[type=marker, tag=sword_place] run summon interaction ~ ~0.6 ~ {Tags:["sword","sword_base"], response:true, width:0.5, Passengers:[{id:"item_display", Tags:["sword", "sword_item"], item:{id:"netherite_sword",Count:1b}, transformation:{left_rotation:{axis:[0f,0f,1f],angle:2.35},right_rotation:[0f,0f,0f,1f],translation:[0f,0.5f,0f],scale:[0.8f,0.8f,0.8f]},brightness:{sky:15,block:15}}]}
CUA: kill @e[type=marker, tag=sword_place]
Controller - Remove:
RUA: execute at @e[type=marker, tag=sword_remove] if block ~ ~-0.5 ~ chiseled_stone_bricks if entity @e[type=interaction, tag=sword_base, distance=..0.5] run setblock ~ ~-1 ~ air
CCA: execute at @e[type=marker, tag=sword_remove] run kill @e[tag=sword, limit=3, sort=nearest]
CUA: kill @e[type=marker, tag=sword_remove]
Controller - Main:
RUA: execute as @e[type=interaction, tag=sword_base] at @s store success entity @s interaction.player[] int 0 on target run tag @e[type=interaction, tag=sword_base, distance=..0.1, limit=1] add pull_me
CUA: execute as @e[type=interaction, tag=pull_me] at @s run tp @s ~ ~0.1 ~
CCA: execute at @e[type=interaction, tag=pull_me] run playsound block.grindstone.use master @a ~ ~ ~ 0.1 1 0
CCA: execute at @e[type=interaction, tag=pull_me] align y if block ~ ~ ~ chiseled_stone_bricks run particle dust 0 0 0 1 ~ ~1 ~ 0.1 0.1 0.1 0 3
CUA: execute at @e[type=interaction, tag=pull_me] unless block ~ ~-0.1 ~ chiseled_stone_bricks run summon item ~ ~0.5 ~ {Item:{id:"minecraft:netherite_sword", Count:1b}, Motion:[0.0,0.2,0.0]}
CCA: execute at @e[type=interaction, tag=pull_me] run playsound block.amethyst_block.break master @a ~ ~ ~ 1 1 0
CCA: execute at @e[type=interaction, tag=pull_me] run particle electric_spark ~ ~0.5 ~ 0.2 0.2 0.2 1 20
CCA: execute at @e[type=interaction, tag=pull_me] run kill @e[tag=sword, limit=3, sort=nearest]
CUA: tag @e[type=interaction, tag=pull_me] remove pull_me
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,018 views spread across 862 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.