158-1: Waypoint system using a book. [Minecraft Map Making]

Subscribers:
3,900
Published on ● Video Link: https://www.youtube.com/watch?v=k_wkUL_nrAg



Minecraft
Game:
Minecraft (2011)
Duration: 10:30
200 views
9


Ep158-1: Waypoints that players can teleport to by writing in a book. First of three Waypoint ideas. This version reads the players nbt data a lot, so is not great for servers with lots of players.

Better design, use this one: https://youtu.be/5bLg9GtQ_SQ

Check out the other two test versions:
Trigger: https://youtu.be/eH7OFe1_pzY
Command Book: https://youtu.be/fF0_94rXaYg

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/KNSmPWdnfG

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:

TIMER:[Unused in video, but here in case you want to slow down the checking interval.]
RUA: scoreboard players add #fakePlayer clock 1
CUA: execute if score #fakePlayer clock matches 101.. run scoreboard players set #fakePlayer clock 0


BOOK:
Give Book:
IUN: give @p writable_book{spellBook:1b,display:{Name:'{"text":"Spell Book","color":"green","italic":"false"}'},Enchantments:[{}]}

Controller:
RUA: execute as @a[nbt={SelectedItem:{tag:{spellBook:1b,pages:["tp"]}}}] run tag @s add spellTeleport
CCA: item replace entity @a[tag=spellTeleport] weapon.mainhand with minecraft:air
CCA: item replace entity @a[tag=spellTeleport] weapon.mainhand with writable_book{spellBook:1b,display:{Name:'{"text":"Spell Book","color":"green","italic":false}'},Enchantments:[{}]}
CCA: tp @a[tag=spellTeleport,tag=unlockSpellDest] 31 56 12
CUA: tag @a remove spellTeleport

Unlock destination:
IUN: tag @p add unlockSpellDest







Tags:
minecraft
adventure map
map making
commands
command blocks
1.18
custom commands
redstone
map ideas
map suggesstions
custom maps
1.19



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.