313: Teleport friends with ender pearls. [Minecraft Map Making]

Описание к видео 313: Teleport friends with ender pearls. [Minecraft Map Making]

Ep313: Playing around with ender pearls so they teleport other players.

Version: 1.19

Commands, builds and ideas for people making their own Minecraft maps.

Check out my collabs on Coppit's channel:    / coppitj  

Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord:   / discord  

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:

Setup:
IUN: scoreboard objectives add used_pearl used:ender_pearl

Give:
IUN: give @p ender_pearl{alt_target:true}

Controller furthest:
RUA: execute as @a[scores={used_pearl=1..}] anchored eyes at @s positioned ^ ^ ^0.5 as @e[type=ender_pearl,nbt={Item:{tag:{alt_target:true}}},limit=1,sort=nearest] run data modify entity @s Owner set from entity @a[sort=furthest,limit=1] UUID
CUA: scoreboard players reset used_pearl

Controller nearest:
RUA: execute as @e[type=ender_pearl,nbt={Item:{tag:{alt_target:true}}}] at @s run data modify entity @s Owner set from entity @p UUID

Комментарии

Информация по комментариям в разработке