1: Teleporting new players [Minecraft Map Making]
Ep1: Teleporting players who join the map for the first time to the exact location you want them to start at.
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:
Create an objective to assign to new players:
scoreboard objectives add isNew dummy
Teleport players without an isNew score to the start location:
execute as @a unless score @s isNew = @s isNew run tp @s 0 56 0 0 0
Give players without an isNew score an isNew score:
execute as @a unless entity @s[scores={isNew=1}] run scoreboard players set @s isNew 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.