158-3: Waypoint system using a book with commands already in it. [Minecraft Map Making]
Ep158-3: Waypoints that players can teleport to by using a book with commands already written inside it. Last of three Waypoint ideas.
Better design, use this one: https://youtu.be/5bLg9GtQ_SQ
Check out the other two test versions:
Typing Book: https://youtu.be/k_wkUL_nrAg
Trigger: https://youtu.be/eH7OFe1_pzY
Java 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 server 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:
Give book:
IUN: give @p written_book{
display:{
Name:'{"text":"Waypoints"}',
Lore:['{"text":"A list of available waypoints"}']
},
title:"Waypoints",
author:"Infernal",
pages:[
'[
{"text":"Waypoints"},
{"text":"\\n\\n"},
{"text":"Destination 1","color":"green","clickEvent":{"action":"run_command","value":"/execute as @s[tag=unlockedDest1] run tp @s 5 56 265"}},
{"text":"\\n"},
{"text":"Destination 2","color":"green","clickEvent":{"action":"run_command","value":"/execute as @s[tag=unlockedDest2] run tp @s 5 56 267"}}
]'
]
}
Unlock destinations:
IUN: tag @p add unlockedDest1
IUN: tag @p add unlockedDest2
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.