291: Stargate experiment. [Minecraft Map Making]
Ep291: An attempt at making a Stargate to teleport players.
Version: 1.19
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:
Gamerule:
IUN: gamerule sendCommandFeedback false
Power up gate:
IUN: fill 34 61 249 34 57 245 nether_portal[axis=z] replace air
CUA: playsound block.beacon.activate master @a 34 57 247 1 1.7 0
CUA: [Entry Check On]
Power down gate:
IUN: fill 34 61 249 34 57 245 air replace nether_portal
CUA: playsound block.beacon.deactivate master @a 34 57 247 1 1.7 0
CUA: [Entry Check Off]
Controller Entry:
RUN: execute as @a[x=34,y=57,z=245,dx=0,dy=4,dz=4] run tag @s add enterGate
CCA: gamemode spectator @a[tag=enterGate, tag=!dev]
CCA: summon armor_stand 36 253 255 {Invisible:1b,Tags:["fallHolder"],Rotation:[0F,90F]}
CCA: spectate @e[tag=fallHolder,limit=1] @a[tag=enterGate, limit=1, tag=!dev]
CCA: playsound block.end_portal.spawn master @a 34 57 247 0.2 1.5 1
CUA: execute at @e[tag=fallHolder,x=36,y=253,z=255,distance=0..0.72] run particle campfire_cosy_smoke ~ ~-0.3 ~ 1.5 1 1.5 0 200
CUA: tag @a[tag=enterGate] remove enterGate
Controller Exit:
RUN: execute as @e[tag=fallHolder,x=36,y=2,z=255,distance=0..1] run kill @e[tag=fallHolder]
CCA: execute positioned 36 2 255 as @a[distance=0..5, tag=!dev] run tag @s add exitGate
CCA: tp @a[tag=exitGate, tag=!dev] 35 57 247 -90 0
CCA: gamemode creative @a[tag=exitGate]
CCA: execute at @a[tag=exitGate] run playsound block.end_portal.spawn master @a ~ ~ ~ 0.2 1.5 0
CUA: execute at @e[tag=fallHolder,x=36,y=2,z=255,distance=0..4] run particle flash ~ ~-1 ~ 1.5 1.5 1.5 0 500
CCA: tag @a[tag=exitGate] remove exitGate
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,402 views spread across 859 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.