57: Two way teleporter [Minecraft Map Making]
Ep57: A two way teleporter using a cooldown to stop the player getting caught in an infinite teleporting loop.
Originally for Udemy, but uploaded here.
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 server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/KNSmPWdnfG
Udemy notes. YouTube formatting may make some of these wrong. :)
Commands used:
Teleport the player if the Cooldown has run out:
execute at @p[x=19,y=56,z=-34,distance=0..0.8] unless entity @p[scores={TeleportCooldown=1..}] as @p run tp @s 14 56 -34
Set the players cooldown:
scoreboard players set @p TeleportCooldown 50
Decrement the Cooldown:
scoreboard players remove @p[scores={TeleportCooldown=1..}] TeleportCooldown 1
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.