I only know how to query a certain number of points (/ kill @a [scores = {points = 30}]).
But how can I include all players who have more or less than 30 points?
With a. Before or after the number. Before: Less than. After that: More than.
/ kill @a [scores = {points = .30}]: All players with less than 30 points
/ kill @a [scores = {points = 30.}]: All players with more than 30 points
/ execute as @a if score @s points matches [l1] run kill @s
Instead of [l1] "matches .30" for everything under 30 and "matches 30." for anything over 30.
That's how I would do it. But often think more complicated than necessary
I would confirm if it weren't for the confirmation limit xD
There's also an easier way
Haha xD