Skip to content

Commit

Permalink
πŸ”Š add player ID map to bossfight show trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 25, 2024
1 parent 67f49d7 commit 93f866b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tellraw @s [ { "text": "\nversion", "color": "yellow", "underlined": true } ]
tellraw @s [ { "storage": "omegaflowey:telemetry", "nbt": "data.version" } ]

tellraw @s [ { "text": "\nplayer_id_map", "color": "yellow", "underlined": true } ]
function omegaflowey.main:telemetry/admin/show/booth/show_player_id_map
function omegaflowey.main:telemetry/admin/show/player_id_map

tellraw @s [ { "text": "\nbooth_basetick", "color": "yellow", "underlined": true } ]
tellraw @s [ { "storage": "omegaflowey:telemetry", "nbt": "data.booth_basetick" } ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tellraw @s [ { "storage": "omegaflowey:telemetry", "nbt": "data.server_id" } ]
tellraw @s [ { "text": "\nversion", "color": "yellow", "underlined": true } ]
tellraw @s [ { "storage": "omegaflowey:telemetry", "nbt": "data.version" } ]

tellraw @s [ { "text": "\nplayer_id_map", "color": "yellow", "underlined": true } ]
function omegaflowey.main:telemetry/admin/show/player_id_map

# math.0 = total page count
execute store result score @s omegaflowey.math.0 run data get storage omegaflowey:telemetry data.bossfight

Expand Down

0 comments on commit 93f866b

Please sign in to comment.