453: Run command when player respawns [Minecraft Map Making]

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



Duration: 0:00
305 views
15


Membership:

Ep453: Waiting until the player has respawned, and then running a command.

00:00 Intro
00:20 Setup
01:25 Controller

Version: 1.21

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

Check out my collabs on Coppit's channel:

The Discord server I am usually on: 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:

Setup:
IUN: scoreboard objectives add time custom:time_since_death

Controller:
RUA: execute as @a[scores={time=5}] run say I just respawned!