subtracts a value from the score
Score subtract([int val = 1]) { return addCommandRet( Command( 'scoreboard players remove ${toString()} $val', ), ); }