Skip to content

Commit

Permalink
πŸ”Š show total telemetry pages in stats trigger
Browse files Browse the repository at this point in the history
- for quick viewing
  • Loading branch information
TheAfroOfDoom committed Oct 25, 2024
1 parent 71e6c1f commit 67f49d7
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
execute store result score @s omegaflowey.math.0 run data get storage omegaflowey:telemetry data.booth
execute store result score @s omegaflowey.math.1 run data get storage omegaflowey:telemetry data.bossfight

function omegaflowey.utils:log/self { text_component: '[ \
{ "text": "", "color": "aqua" }, \
{ "text": "Booth statistics:", "color": "light_purple", "bold": true }, \
Expand Down Expand Up @@ -40,6 +43,16 @@ function omegaflowey.utils:log/self { text_component: '[ \
\
{ "text": "parkour finishes: ", "color": "yellow" }, \
{ "score": { "name": "#omegaflowey.telemetry.stats.total_distinct_parkour_finishes", "objective": "omegaflowey.global.flag" } }, \
"\\n", \
\
"\\n", \
\
{ "text": "booth telemetry pages: ", "color": "green" }, \
{ "score": { "name": "@s", "objective": "omegaflowey.math.0" } }, \
"\\n", \
\
{ "text": "bossfight telemetry pages: ", "color": "green" }, \
{ "score": { "name": "@s", "objective": "omegaflowey.math.1" } }, \
\
"" \
]'}

0 comments on commit 67f49d7

Please sign in to comment.