183: Prop Hunt [Updated] 1.19.4. Change into the block your holding. [Minecraft Map Making]
Ep183: Updating the Prop Hunt game so that players can turn into the block they are holding in their off hand.
Java Version: 1.19.4
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.
Commands used:
Setup:
IUN: scoreboard objectives add isSneaking custom:sneak_time
CUA: scoreboard objectives add isSneaking.last dummy
Controller:
RUA: execute as @a[scores={isSneaking=1..}] at @s as @e[distance=..1] unless entity @s[type=!player,tag=!blockDisplay] align xyz run tp @s ~0.5 ~ ~0.5
CUA: execute as @a[scores={isSneaking=1..}] at @s if score @s isSneaking.last = @s isSneaking store success score @s isSneaking store success score @s isSneaking.last align xyz positioned
~0.5 ~ ~0.5 run kill @e[type=item_display,tag=blockDisplay,distance=..2,limit=1]
CUA: execute as @a[scores={isSneaking=1}] run effect clear @s invisibility
CUA: execute as @a[scores={isSneaking=2}] at @s run summon item_display ~ ~ ~ {Tags:["blockDisplay"],
item:{id:"minecraft:stone_bricks",Count:1b},transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0.5f,0f],scale:[1f,1f,1f]}}
CUA: execute as @a[scores={isSneaking=2..},nbt={Inventory:[{Slot:-106b}]}] at @s run item replace entity @e[type=item_display,tag=blockDisplay,distance=..1] container.0 from entity @s weapon.offhand
CUA: execute as @a[scores={isSneaking=1..}] run scoreboard players operation @s isSneaking.last = @s isSneaking
CUA: execute as @a[scores={isSneaking=2}] run effect give @s invisibility infinite 0 true
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.