compares two scores and sets the smallest to this one
Score setToSmallest(Score score) { return addCommandRet( Command( 'scoreboard players operation ${isSmaller(score).getString()}', ), ); }