339: Rotating room. [Minecraft Map Making]
Ep339: Making a room that appears to rotate so that the ceiling becomes the floor.
Version:1.19
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" with the appropriate angled bracket. Ascii code: 62
Commands used:
Setup:
IUN: scoreboard objectives add timer dummy
Summon Armor Stand:
IUN: summon armor_stand -129 57.3 253 {Tags:["rot_point"], Rotation:[180f,-90f], Marker:true}
Controller:
RUA: scoreboard players add #room timer 1
CUA: execute if score #room timer matches 1 run gamemode spectator @p
CUA: execute if score #room timer matches 1 run spectate @e[limit=1, tag=rot_point] @p
CUA: execute if score #room timer matches 21..140 as @e[tag=rot_point] at @s run tp @s ~ ~ ~ ~1.5 ~
CUA: execute if score #room timer matches 160 run gamemode survival @p
CUA: execute if score #room timer matches 160 run tp @p -146 62 243 180 0
CUA: execute if score #room timer matches 160 run setblock -129 56 243 white_wool
CUA: execute if score #room timer matches 21 run playsound block.grindstone.use master @a ~ ~ ~ 1 0.01 0
CUA: execute if score #room timer matches 51 run playsound block.grindstone.use master @a ~ ~ ~ 1 0.01 0
CUA: execute if score #room timer matches 81 run playsound block.grindstone.use master @a ~ ~ ~ 1 0.01 0
CUA: execute if score #room timer matches 111 run playsound block.grindstone.use master @a ~ ~ ~ 1 0.01 0
CUA: execute if score #room timer matches 160 run scoreboard players reset #room timer
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 184,447 views spread across 877 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.