Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions data/macro/function/hook/on_player_death.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# macro:hook/on_player_death
# Reward: player_death advancement (entity_killed_player trigger)
# @s = ölen oyuncu
advancement revoke @s only macro:hook/player_death
data modify storage macro:engine _hook_fire_tmp set value {event:"player_death"}
function macro:hook/internal/fire with storage macro:engine _hook_fire_tmp
data remove storage macro:engine _hook_fire_tmp
Loading