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