222: Spinning blades trap. [Minecraft Map Making]
Ep222: Two swords spinning around to chop of the feet of players that come too close..
Java Version: 1.19.4
BDStudio: https://eszesbalint.github.io/bdstudio/editor
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu
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" with the appropriate angled bracket. Ascii code: 62
Commands used:
Create trap:
IUN: summon item_display ~ ~ ~6 {Tags:["blade","bladeTrap"], item:{id:"minecraft:iron_sword", Count:1b},transformation:[0.7f,-0.7f,0f,-0.7f,0f,0f,-1f,0f,0.7f,0.7f,0f,0f,0f,0f,0f,1f]}
CUA: summon item_display ~ ~ ~5 {Tags:["blade","bladeTrap"], item:{id:"minecraft:iron_sword",Count:1b}, transformation:[-0.7f,0.7f,0f,0.7f,0f,0f,-1f,0f,-0.7f,-0.7f,0f,0f,0f,0f,0f,1f]}
CUA: summon block_display ~ ~ ~4 {Tags:["shaft","bladeTrap"], block_state:{Name:"minecraft:lightning_rod", Count:1b},transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,-0.5f,-0.5f],scale:[1f,1f,1f]}}
CUA: summon armor_stand ~ ~ ~3 {Tags:["shaftMarker","bladeTrap"], Marker:true, Nogravity:true, Invisible: true}
Remove trap:
IUN: kill @e[tag=bladeTrap]
Controller:
IUN: execute as @e[tag=blade] at @s run tp @s ~ ~ ~ ~20 ~
CUA: execute at @e[type=armor_stand, tag=shaftMarker] as @a[distance=0..1.5] run damage @s 2 generic
CUA: execute as @e[type=armor_stand, tag=shaftMarker] at @s facing entity @p[distance=0..1.8] eyes run tp @s ~ ~ ~ ~ ~
CUA: execute as @e[type=armor_stand,tag=shaftMarker] at @s rotated ~ 0 run tp @a[distance=0..1.5] ^ ^ ^3
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 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.