My question is (as already written in the title) how can I use the Execute command in Minecraft to find out if the scoreboard value of "." greater than "." is?
I've already come that far: I
/ execute if score [name] [scoreboard name]> = 1
Try it with me
/ execute as @p [scores = {aa = 1.}] run say Test
Instead of @p you can take any player or entity.
Instead of aa the scoreboard name.