From 65b1dbefe04c1c3c9829de35918ba042c0041d09 Mon Sep 17 00:00:00 2001 From: DinnerBeef Date: Fri, 22 Nov 2024 13:43:01 -0600 Subject: [PATCH] Add some stuff to parkour --- .../function/world_games/parkour/change_checkpoint.mcfunction | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/lt/function/world_games/parkour/change_checkpoint.mcfunction b/data/lt/function/world_games/parkour/change_checkpoint.mcfunction index 139e362e..aec2a813 100644 --- a/data/lt/function/world_games/parkour/change_checkpoint.mcfunction +++ b/data/lt/function/world_games/parkour/change_checkpoint.mcfunction @@ -1 +1,3 @@ -data modify gamedata lt:parkour @s[type=minecraft:player] number set from entity @e[type=minecraft:marker,sort=nearest,limit=1] data.number \ No newline at end of file +data modify gamedata lt:parkour @s[type=minecraft:player] number set from entity @e[type=minecraft:marker,sort=nearest,limit=1] data.number +playsound minecraft:block.note_block.banjo voice @s +tellraw @s {"translate":"lt.game.parkour.general.checkpoint_reached"} \ No newline at end of file