392: Teleport trident. [Minecraft Map Making]

Опубликовано: 28 Март 2026
на канале: Infernal Device
379
21

Membership:    / @infernaldevice  
Ep392: A trident that will teleport you when it lands.

00:00 Intro
00:15 Give trident
01:15 Controller

Version: 1.21

Command help: GalSergey

Commands, builds, hacks 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" and "less than" with the appropriate angled bracket.

Commands used:

Give trident:
IUN: give @p trident[item_name='"Teleport Trident"', custom_data={my:trident}]

Controller:
RUA: execute as @e[type=trident] if items entity @s contents trident[custom_data~{custom:"data"}] at @s[nbt={inGround:true}] on origin run tp @s[distance=1..] ^ ^0.5 ^-0.5